Learn R Programming

BSDA (version 0.1)

MATH: Standardized math test scores for 30 students

Description

Data for Exercise 1.69

Usage

MATH

Arguments

source

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

Examples

Run this code
str(MATH)
attach(MATH)
hist(math,col="pink")
CharlieZ <- (62-mean(math))/sd(math)
CharlieZ
detach(MATH)
remove(CharlieZ)

Run the code above in your browser using DataLab