explained variance by each perdictor variable in plsregress
6 ビュー (過去 30 日間)
古いコメントを表示
I'm using plsregress to generate a model to reproduce my variable as a function of a set of 10 predictors. I need to know the explained variance by each predictor (to select the most important ones). PCTVAR gives some information but it doesn't say which one explains the highest proportion of the variance.
If X is my matrix of predictors, and I change the order of the variables: X = [var1 var2 var3 ... varn] to X = [var3 var2 var1 ... varn], the results in PCTVAR are exactly the same.
thank you
2 件のコメント
Jokin Ezenarro
2021 年 8 月 7 日
I think that is not calculated in a PLS model, as the predictors are inside the LVs. You could use the regression vector shown in the BETA matrix, the higher the coefficient, the bigger the importance if the predictors are in the same scale.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Linear Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!