SCORE: Standardized Test Scores

SCORER Documentation

Standardized Test Scores

Description

Standardized test scores from a random sample of twenty college freshmen

Usage

SCORE

Format

A data frame with 20 observations on the following variable:

  • scores (standardized test score)

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

ggplot(data = SCORE, aes(sample = scores)) + stat_qq()

alanarnholt/PASWR2 documentation built on June 2, 2022, 5:20 a.m.