Pseudo-R-squared values are used when the outcome variable is nominal or ordinal such that the coefficient of determination R cannot be applied as a measure for goodness of fit and when a likelihood function is used to fit a model.
In linear regression, the squared multiple correlation, R is used to assess goodness of fit as it represents the proportion of variance in the criterion that is explained by the predictors. In logistic regression analysis, there is no agreed upon analogous measure, but there are several competing measures each with limitations.
Four of the most commonly used indices and one less commonly used one are examined in this article:
- Likelihood ratio RL
- Cox and Snell RCS
- Nagelkerke RN
- McFadden RMcF
- Tjur RT
RL by Cohen
RL is given by Cohen:
This is the most analogous index to the squared multiple correlations in linear regression. It represents the proportional reduction in the deviance wherein the deviance is treated as a measure of variation analogous but not identical to the variance in linear regression analysis. One limitation of the likelihood ratio R is that it is not monotonically related to the odds ratio, meaning that it does not necessarily increase as the odds ratio increases and does not necessarily decrease as the odds ratio decreases.
RCS by Cox and Snell
RCS is an alternative index of goodness of fit related to the R value from linear regression. It is given by:
where LM and L0 are the likelihoods for the model being fitted and the null model, respectively. The Cox and Snell index corresponds to the standard R in case of a linear model with normal error. In certain situations, RCS may be problematic as its maximum value is . For example, for logistic regression, the upper bound is for a symmetric marginal distribution of events and decreases further for an asymmetric distribution of events.
RN by Nagelkerke
RN, proposed by Nico Nagelkerke in a highly cited Biometrika paper, provides a correction to the Cox and Snell R so that the maximum value is equal to 1. Nevertheless, the Cox and Snell and likelihood ratio Rs show greater agreement with each other than either does with the Nagelkerke R. Of course, this might not be the case for values exceeding 0.75 as the Cox and Snell index is capped at this value. The likelihood ratio R is often preferred to the alternatives as it is most analogous to R in linear regression, is independent of the base rate (both Cox and Snell and Nagelkerke Rs increase as the proportion of cases increase from 0 to 0.5) and varies between 0 and 1.
RMcF by McFadden
The pseudo R by McFadden (sometimes called likelihood ratio index) is defined as
and is preferred over RCS by Allison. The two expressions RMcF and RCS are then related respectively by,
RT by Tjur
Allison prefers RT which is a relatively new measure developed by Tjur. It can be calculated in two steps:
- For each level of the dependent variable, find the mean of the predicted probabilities of an event.
- Take the absolute value of the difference between these means
Interpretation
A word of caution is in order when interpreting pseudo-R statistics. The reason these indices of fit are referred to as pseudo R is that they do not represent the proportionate reduction in error as the R in linear regression does. Linear regression assumes homoscedasticity, that the error variance is the same for all values of the criterion. Logistic regression will always be heteroscedastic – the error variances differ for each value of the predicted score. For each value of the predicted score there would be a different value of the proportionate reduction in error. Therefore, it is inappropriate to think of R as a proportionate reduction in error in a universal sense in logistic regression.
References
- ^ Cohen, Jacob; Cohen, Patricia; West, Steven G.; Aiken, Leona S. (2002). Applied Multiple Regression/Correlation Analysis for the Behavioral Sciences (3rd ed.). Routledge. p. 502. ISBN 978-0-8058-2223-6.
- ^ Allison, Paul D. "Measures of fit for logistic regression" (PDF). Statistical Horizons LLC and the University of Pennsylvania.
- ^ Menard, Scott W. (2002). Applied Logistic Regression (2nd ed.). SAGE. ISBN 978-0-7619-2208-7.
- Nagelkerke, N. J. D. (1991). A Note on a General Definition of the Coefficient of Determination. Biometrika, 78(3), 691–692. https://doi.org/10.2307/2337038
- Hardin, J. W., Hilbe, J. M. (2007). Generalized linear models and extensions. USA: Taylor & Francis. Page 60, Google Books
- Tjur, Tue (2009). "Coefficients of determination in logistic regression models". American Statistician. 63 (4): 366–372. doi:10.1198/tast.2009.08210. S2CID 121927418.