Code
# Import Data
= readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/modeling/main/data/keith-gpa.csv")
keith
# View data
keith
This data, stored in keith-gpa.csv includes three attributes on \(n = 100\) 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# Import Data
= readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/modeling/main/data/keith-gpa.csv")
keith
# View data
keith