sample_mod_sem.Rd
A data set with six variables, x1, x2, m1, m2, y.
sample_mod_sem
An object of class data.frame with 500 rows and 6 columns.
data.frame
Fit the following model:
#mod <- #" #m1 ~ x1 + x2 #m2 ~ x1 + x2 + x1x2 #y1 ~ m1 + x1 #y2 ~ m1 + m2 #"