Learn R Programming

BSDA (version 1.01)

MATH: Standardized math test scores for 30 students

Description

Data for Exercise 1.69

Usage

MATH

Arguments

Format

A data frame with 30 observations on the following variable.

math

a numeric vector

Examples

Run this code
# NOT RUN {
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