This data, stored in keith-gpa.csv includes three attributes on 8th-grade students. These data come from Keith (2015). The attributes are:
gpa
: Overall Grade-point average (GPA) in all subjects (on a standard 100-point scale)
homework
: Average time spent on homework per week across all subjects (in hours)
parent_ed
: Education-level (in years of schooling) for the parent with the highest level of education
Preview
Code
# Import Data
keith = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/modeling/main/data/keith-gpa.csv")
# View data
keith
| | | | |
---|
78 | 2 | 13 | | |
79 | 6 | 14 | | |
79 | 1 | 13 | | |
89 | 5 | 13 | | |
82 | 3 | 16 | | |
77 | 4 | 13 | | |
88 | 5 | 13 | | |
70 | 3 | 13 | | |
86 | 5 | 15 | | |
80 | 5 | 14 | | |
References
Keith, T. V. (2015). Multiple regression and beyond: An introduction to multiple regression and structural equation modeling (2nd ed.). Routledge.