Residual diagnostics
Diagnostics for confidence interval displacement and detecting ill fitted observations.
blr_residual_diagnostics(model)
model
: An object of class glm
.C, CBAR, DIFDEV and DIFCHISQ.
model <- glm(honcomp ~ female + read + science, data = hsb2, family = binomial(link = 'logit')) blr_residual_diagnostics(model)
Useful links