View source: R/blr-model-fit-stats.R
| blr_rsq_adj_count | R Documentation |
Adjusted count r-squared.
blr_rsq_adj_count(model)
model |
An object of class |
Adjusted count r-squared.
Other model fit statistics:
blr_model_fit_stats(),
blr_multi_model_fit_stats(),
blr_pairs(),
blr_rsq_cox_snell(),
blr_rsq_effron(),
blr_rsq_mcfadden_adj(),
blr_rsq_mckelvey_zavoina(),
blr_rsq_nagelkerke(),
blr_test_lr()
model <- glm(honcomp ~ female + read + science, data = hsb2,
family = binomial(link = 'logit'))
blr_rsq_adj_count(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.