Description Usage Arguments Value See Also Examples
View source: R/blr-multi-model-fit-stats.R
Measures of model fit statistics for multiple models.
1 2 3 4 | blr_multi_model_fit_stats(model, ...)
## Default S3 method:
blr_multi_model_fit_stats(model, ...)
|
model |
An object of class |
... |
Objects of class |
A tibble.
Other model fit statistics:
blr_model_fit_stats()
,
blr_pairs()
,
blr_rsq_adj_count()
,
blr_rsq_cox_snell()
,
blr_rsq_effron()
,
blr_rsq_mcfadden_adj()
,
blr_rsq_mckelvey_zavoina()
,
blr_rsq_nagelkerke()
,
blr_test_lr()
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.