students: Standardized test scores and GPAs

Description Usage Format Examples

Description

Standardized test scores and GPAs for 1000 students.

Usage

1

Format

A data frame with 1000 observations on the following 6 variables.

ACT

ACT score

SAT

SAT score

Grad

has the student graduated from college?

GradGPA

college GPA at graduation

HSGPA

high school GPA

Cohort

year of graduation or expected graduation

Examples

1
2
3
data(students)
xyplot(ACT ~ SAT, students)
xyplot(GradGPA ~ HSGPA, students)

fastR documentation built on May 2, 2019, 5:53 p.m.