how to check the 'contribution' of each predictor in a linear regression
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
cgo
le 19 Nov 2018
Réponse apportée : Star Strider
le 19 Nov 2018
I have linear regression model, say with 5 predictors,
. I wanted to know how we can perform tests regarding the 'contribution' of each predictor.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/195616/image.png)
Does matlab have a function that tests all possible subsets of predictors and outputs the error?
Thanks
0 commentaires
Réponse acceptée
Star Strider
le 19 Nov 2018
You are describing a stepwise multiple linear regression. Seee the documentation on the stepwiselm (link) function and its friends for details.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Linear Regression dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!