powered by
This data set features the first-year college GPA and four standardized tests conducted before matriculation.
data(gpa)
A data frame with 20 rows and 5 variables.
gpa.y
first-year GPA.
sat.math.x1
SAT math score.
sat.verb.x2
SAT verbal score.
hs.math.x3
high school math score.
hs.engl.x4
high school English score.
Burnham and Anderson (2002, p. 225) use this data set originally from Graybill and Iyer (1994) to show model selection for all subsets regression.
data(gpa) str(gpa)
Run the code above in your browser using DataLab