Borrar filtros
Borrar filtros

How do I get R-square (goodness of fit) when using MNRFIT for logistic regression in Statistics Toolbox 7.1 (R2009a)?

1 visualización (últimos 30 días)

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 28 de Ag. de 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.

Más respuestas (0)

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2009a

Community Treasure Hunt

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

Start Hunting!

Translated by