Cat {BSDA} | R Documentation |
Data for Exercise 1.116
Cat
A data frame with 17 observations on the following variable.
score
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Cat) attach(Cat) stem(score) fivenum(score) boxplot(score,main="Problem 1.116",col="green") detach(Cat)