powered by
Standardized test scores and GPAs for 1000 students.
A data frame with 1000 observations on the following 6 variables.
ACT score
SAT score
has the student graduated from college?
college GPA at graduation
high school GPA
year of graduation or expected graduation
data(Students) gf_point(ACT ~ SAT, data = Students) gf_point(gradGPA ~ hsGPA, data = Students)
Run the code above in your browser using DataLab