TestScores {PASWR}R Documentation

Statistics Grades

Description

Test grades of 29 students taking a basic statistics course

Usage

TestScores

Format

A data frame with 29 observations on the following variable:

grade
test score

Source

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

Examples

attach(TestScores)
EDA(grade)
detach(TestScores)

[Package PASWR version 1.0 Index]