blr_residual_diagnostics | R Documentation |
Diagnostics for confidence interval displacement and detecting ill fitted observations.
blr_residual_diagnostics(model)
model |
An object of class |
C, CBAR, DIFDEV and DIFCHISQ.
model <- glm(honcomp ~ female + read + science, data = hsb2,
family = binomial(link = 'logit'))
blr_residual_diagnostics(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.