Score: Standardized Test Scores
Description
Standardized test scores from a random sample of twenty college
freshmen.source
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008)
Probability and Statistics with R. Chapman & Hall/CRC.Examples
Run this codeattach(Score)
qqnorm(scores)
qqline(scores)
detach(Score)
Run the code above in your browser using DataLab