How do I get R-square (goodness of fit) when using MNRFIT for logistic regression in Statistics Toolbox 7.1 (R2009a)?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am using MNRFIT for logistic regression. I want to know how to get R-square values from MNRFIT.
Réponse acceptée
MathWorks Support Team
le 28 Août 2009
There is no equivalent of R-square for logistic regression. Note that the output parameter "dev" from MNRFIT is the deviance of the fit, and it can be used to compare models. Deviance is the difference between the log-likelihood of the fitted model and the maximum possible log-likelihood.
Some statisticians have proposed some pseudo R-square values but those are still debatable. If you are interested in just goodness of fit, you should consider 'Pearson residuals' and 'Deviance residuals' in the output structure 'stats' of the function MNRFIT.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!