Miller {BSDA} | R Documentation |
Data for Example 5.7
Miller
A data frame with 25 observations on the following variable.
miller
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Miller) attach(Miller) stem(miller) fivenum(miller) boxplot(miller) qqnorm(miller,col="blue") qqline(miller,col="red") detach(Miller)