Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 5.26

Usage

Mathcomp

Arguments

Format

A data frame with 31 observations on the following variable.

score

a numeric vector

Examples

Run this code
# NOT RUN {
str(Mathcomp)
attach(Mathcomp)
stem(score)
EDA(score)
detach(Mathcomp)
# }

Run the code above in your browser using DataLab