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

blr_test_hosmer_lemeshow

Hosmer lemeshow test


Description

Hosmer lemeshow goodness of fit test.

Usage

blr_test_hosmer_lemeshow(model, data = NULL)

Arguments

model

An object of class glm.

data

a tibble or data.frame.

References

Hosmer, D.W., Jr., & Lemeshow, S. (2000), Applied logistic regression(2nd ed.). New York: John Wiley & Sons.

See Also

Examples

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

blr_test_hosmer_lemeshow(model)

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.