25  substance-family.csv

This data, stored in substance-family.csv includes four attributes on \(n = 910\) 10th-grade students. These data come from Keith (2015). The attributes are:


25.0.1 Preview

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

# View data
family


25.0.2 References

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