# NOT RUN {
## Diagnostic summaries for the logistic regression fit to the
## menarche dataset.
data(menarche, package = "MASS")
glm.out = glm(cbind(Menarche, Total - Menarche) ~ Age,
family = binomial, data = menarche)
logdiag(glm.out)
# }
Run the code above in your browser using DataLab