Learn R Programming

fastR (version 0.10.3)

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
# NOT RUN {
data(students)
xyplot(ACT ~ SAT, data=students)
xyplot(GradGPA ~ HSGPA, data=students)

# }

Run the code above in your browser using DataLab