powered by
McFadden's pseudo r-squared for the model.
blr_rsq_mcfadden(model)
An object of class glm.
glm
McFadden's r-squared.
McFadden, D. (1974) <U+201C>Conditional logit analysis of qualitative choice behavior.<U+201D> Pp. 105-142 in P. Zarembka (ed.), Frontiers in Econometrics. Academic Press.
# NOT RUN { model <- glm(honcomp ~ female + read + science, data = hsb2, family = binomial(link = 'logit')) blr_rsq_mcfadden(model) # }
Run the code above in your browser using DataLab