path-model-achievement.csv

Published

August 2, 2023


The data, stored in path-model-achievement.csv includes five standardized attributes collected from \(n = 1000\) students. These data come from Keith (2015). The attributes are:


Preview

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

# View data
path_model


References

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