Score {PASWR} | R Documentation |
Standardized test scores from a random sample of twenty college freshmen.
Score
A data frame with 20 observations on the following variable:
scores
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.
attach(Score) qqnorm(scores) qqline(scores) detach(Score)