View source: R/blr-model-fit-stats.R
blr_rsq_mcfadden | R Documentation |
McFadden's pseudo r-squared for the model.
blr_rsq_mcfadden(model)
model |
An object of class |
McFadden's r-squared.
https://eml.berkeley.edu/reprints/mcfadden/zarembka.pdf
model <- glm(honcomp ~ female + read + science, data = hsb2,
family = binomial(link = 'logit'))
blr_rsq_mcfadden(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.