Data on the College GPAs of students in an introductory statistics class
data("STUDENT")
A data frame with 607 observations on the following 19 variables.
CollegeGPA
a numeric vector
Gender
a factor with levels Female
Male
HSGPA
a numeric vector, can range up to 5 if the high school allowed it
ACT
a numeric vector, ACT score
APHours
a numeric vector, number of AP hours student took in HS
JobHours
a numeric vector, number of hours student currently works on average
School
a factor with levels Private
Public
, type of HS
Languages
a numeric vector
Honors
a numeric vector, number of honors classes taken in HS
Smoker
a factor with levels No
Yes
AffordCollege
a factor with levels No
Yes
, can the student and his/her family pay for the University of Tennessee without taking out loans?
HSClubs
a numeric vector, number of clubs belonged to in HS
HSJob
a factor with levels No
Yes
, whether the student maintained a job at some point while in HS
Churchgoer
a factor with levels No
Yes
, answer to the question Do you regularly attend chruch?
Height
a numeric vector (inches)
Weight
a numeric vector (lbs)
Class
a factor with levels Junior
Senior
Sophomore
Family
what position they are in the family, a factor with levels Middle Child
Oldest Child
Only Child
Youngest Child
Pet
favorite pet, a factor with levels Both
Cat
Dog
Neither
Same data as EDUCATION
with the addition of the Class
variable and with slighly different names for variables.