blr_residual_diagnostics {blorr} | 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)