Learn R Programming

PASWR (version 1.0)

Score: Standardized Test Scores

Description

Standardized test scores from a random sample of twenty college freshmen.

Usage

Score

Arguments

source

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

Examples

Run this code
attach(Score)
qqnorm(scores)
qqline(scores)
detach(Score)

Run the code above in your browser using DataLab