Freshman {BSDA} | R Documentation |
Data for Exercise 6.53
Freshman
A data frame with 30 observations on the following variable.
age
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Freshman) attach(Freshman) sign.test(age,md=19) detach(Freshman)