Mathcomp {BSDA}R Documentation

Standardized math competency for a group of entering freshmen at a small community college

Description

Data for Exercise 5.26

Usage

Mathcomp

Format

A data frame with 31 observations on the following variable.

score
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Mathcomp)
attach(Mathcomp)
stem(score)
EDA(score)
detach(Mathcomp)

[Package BSDA version 0.1 Index]