Data for Exercise 1.116

Cat

Format

A data frame/tibble with 17 observations on one variable

score

reading score on the California Achievement Test

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples


stem(Cat$score)
#> 
#>   The decimal point is 1 digit(s) to the right of the |
#> 
#>   4 | 589
#>   5 | 0244489
#>   6 | 1268
#>   7 | 033
#> 
fivenum(Cat$score)
#> [1] 45 52 58 66 73
boxplot(Cat$score, main = "Problem 1.116", col = "green")