Learn R Programming

BSDA (version 1.01)

Sat: SAT scores, percent taking exam and state funding per student by state for 1994, 1995 and 1999

Description

Data for Statistical Insight Chapter 9

Usage

data(Sat)

Arguments

Format

A data frame with 51 observations on the following 16 variables.

state

a factor with levels alabama alaska arizona arkansas california colorado connecticut delaware dist of columbia florida georgia hawaii idaho illinois indiana iowa kansas kentucky louisiana maine maryland massachusetts michigan minnesota mississippi missouri montana nebraska nevada new hampshire new jersey new mexico new york north carolina north dakota ohio oklahoma oregon pennsylvania rhode island south carolina south dakota tennessee texas utah vermont virginia washington west virginia wisconsin wyoming

verbal94

a numeric vector

math94

a numeric vector

total94

a numeric vector

percent94

a numeric vector

code94

a numeric vector

expend94

a numeric vector

verbal95

a numeric vector

math95

a numeric vector

total95

a numeric vector

verbal99

a numeric vector

math99

a numeric vector

total99

a numeric vector

percent99

a numeric vector

code99

a numeric vector

expend99

a numeric vector

Examples

Run this code
# NOT RUN {
str(Sat)
attach(Sat)
pairs(Sat)
detach(Sat)
# }

Run the code above in your browser using DataLab