How can one get t-stat of fitlm as an output?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I checked
but it does not seem to say how one can get t-stat as an output. Please advise.
0 commentaires
Réponse acceptée
Rik
le 1 Déc 2020
It is in the top example:
load carsmall
X = [Weight,Horsepower,Acceleration];
mdl = fitlm(X,MPG);
mdl.Coefficients.tStat
3 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Generate Reports in Polyspace Platform User Interface 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!