Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

Sleuth2 (version 2.0-7)

case1201: State Average SAT Scores

Description

Data on the average SAT scores for US states in 1982 and possible associated factors.

Usage

case1201

Arguments

Format

A data frame with 50 observations on the following 8 variables.

State

US state

SAT

state averages of the total SAT (verbal + quantitative) scores

Takers

the percentage of the total eligible students (high school seniors) in the state who took the exam

Income

the median income of families of test--takers (in hundreds of dollars)

Years

the average number of years that the test--takers had formal studies in social sciences, natural sciences and humanities

Public

the percentage of the test--takers who attended public secondary schools

Expend

the total state expenditure on secondary schools (in hundreds of dollars per student)

Rank

the median percentile ranking of the test--takers within their secondary school classes

Examples

Run this code
str(case1201)
pairs(SAT~Rank+Years+Income+Public+Expend, case1201)

Run the code above in your browser using DataLab