powered by
Data for Exercise 1.116
Cat
A data frame/tibble with 17 observations on one variable
reading score on the California Achievement Test
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { stem(Cat$score) fivenum(Cat$score) boxplot(Cat$score, main = "Problem 1.116", col = "green") # }
Run the code above in your browser using DataLab