Using fitlm for multiple linear model: Does this function automatically standardise the variables?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Tania
le 14 Juil 2014
Commenté : Shashank Prasanna
le 15 Juil 2014
Hi!
I just read about standardisation and that it is recommended to standardise variables in a multiple linear model. My question is now whether fitlm has done this automatically or if i need to do it?
Thank you for your help!
0 commentaires
Réponse acceptée
Shashank Prasanna
le 14 Juil 2014
No fitlm doesn't not standardize your data. You will have to do this prior to calling fitlm:
2 commentaires
Shashank Prasanna
le 15 Juil 2014
It depends on your problem. You can standardize variables if their ranges are not comparable. As an example if x1 (0,1) and x2 (1e5,1e12). Your interpretation of the linear regression coefficients will be different if you standardize since you are transforming your data.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Analysis of Variance and Covariance 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!