Score {PASWR}R 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

Source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

attach(Score)
qqnorm(scores)
qqline(scores)
detach(Score)

[Package PASWR version 1.0 Index]