keith2.csv

Published

August 2, 2023


The data, stored in keith2.csv includes three attributes on \(n = 32\) 8th-grade students. These data come from Keith (2015). The attributes are:


Preview

Code
# Import data
keith2 = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/redesigned-adventure/main/data/keith2.csv")

# View data
keith2


References

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