Learn R Programming

fastR2 (version 1.2.4)

Students: Standardized test scores and GPAs

Description

Standardized test scores and GPAs for 1000 students.

Arguments

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

Run this code

data(Students)
gf_point(ACT ~ SAT, data = Students)
gf_point(gradGPA ~ hsGPA, data = Students)

Run the code above in your browser using DataLab