Borrar filtros
Borrar filtros

explained variance by each perdictor variable in plsregress

10 visualizaciones (últimos 30 días)
Simon Lind
Simon Lind el 1 de Oct. de 2018
Comentada: Simon Lind el 10 de Ag. de 2021
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 comentarios
Jokin Ezenarro
Jokin Ezenarro el 7 de Ag. de 2021
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.
Simon Lind
Simon Lind el 10 de Ag. de 2021
Thank you, this is very useful

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by