# NOT RUN {
## Goodness-of-fit tests 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)
GOF.tests(glm.out)
# }
Run the code above in your browser using DataLab