21  keith-gpa.csv

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:


21.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


21.0.2 References

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