Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

blr_multi_model_fit_stats

Multi model fit statistics


Description

Measures of model fit statistics for multiple models.

Usage

blr_multi_model_fit_stats(model, ...)

## Default S3 method:
blr_multi_model_fit_stats(model, ...)

Arguments

model

An object of class glm.

...

Objects of class glm.

Value

A tibble.

See Also

Examples

model <- glm(honcomp ~ female + read + science, data = hsb2,
family = binomial(link = 'logit'))

model2 <- glm(honcomp ~ female + read + math, data = hsb2,
family = binomial(link = 'logit'))

blr_multi_model_fit_stats(model, model2)

blorr

Tools for Developing Binary Logistic Regression Models

v0.3.0
MIT + file LICENSE
Authors
Aravind Hebbali [aut, cre] (<https://orcid.org/0000-0001-9220-9669>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.