powered by
Effron pseudo r-squared.
blr_rsq_effron(model)
An object of class glm.
glm
Efron, B. (1978). Regression and ANOVA with zero-one data: Measures of residual variation. Journal of the American Statistical Association, 73, 113-121.
Other model fit statistics: blr_model_fit_stats, blr_multi_model_fit_stats, blr_pairs, blr_rsq_adj_count, blr_rsq_cox_snell, blr_rsq_mcfadden_adj, blr_rsq_mckelvey_zavoina, blr_rsq_nagelkerke, blr_test_lr
blr_model_fit_stats
blr_multi_model_fit_stats
blr_pairs
blr_rsq_adj_count
blr_rsq_cox_snell
blr_rsq_mcfadden_adj
blr_rsq_mckelvey_zavoina
blr_rsq_nagelkerke
blr_test_lr
# NOT RUN { model <- glm(honcomp ~ female + read + science, data = hsb2, family = binomial(link = 'logit')) blr_rsq_effron(model) # }
Run the code above in your browser using DataLab