Miller {BSDA} | R Documentation |
Miller personality test scores for a group of college students applying for graduate school
Description
Data for Example 5.7
Usage
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)
fivenum(Miller$miller)
boxplot(Miller$miller)
qqnorm(Miller$miller,col = "blue")
qqline(Miller$miller, col = "red")
[Package BSDA version 1.2.2 Index]