27  keith-gpa.csv

This data, stored in keith-gpa.csv includes three attributes on n=100 8th-grade students. These data come from Keith (). The attributes are:


27.0.1 Preview

Code
# Import Data
keith = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/modeling/main/data/keith-gpa.csv")

# View data
keith
ABCDEFGHIJ0123456789
gpa
<dbl>
homework
<dbl>
parent_ed
<dbl>
78213
79614
79113
89513
82316
77413
88513
70313
86515
80514


27.0.2 References

Keith, T. V. (2015). Multiple regression and beyond: An introduction to multiple regression and structural equation modeling (2nd ed.). Routledge.