Data for Example 5.7

Miller

Format

A data frame/tibble with 25 observations on one variable

miller

scores on the Miller Personality test

References

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

Examples


stem(Miller$miller)
#> 
#>   The decimal point is 1 digit(s) to the right of the |
#> 
#>   1 | 4
#>   1 | 6889
#>   2 | 01222334
#>   2 | 5555679
#>   3 | 0134
#>   3 | 5
#> 
fivenum(Miller$miller)
#> [1] 14 21 24 27 35
boxplot(Miller$miller)

qqnorm(Miller$miller,col = "blue")
qqline(Miller$miller, col = "red")