powered by
Data used in Exercise 5.79
Alcohol
A data frame with 14 observations on the following variable.
age
a numeric vector
# NOT RUN { attach(Alcohol) qqnorm(age) qqline(age) SIGN.test(age,md=20,conf.level=0.99) detach(Alcohol) # }
Run the code above in your browser using DataLab