R/data.R

#'Sample dataset for testing
#'
#'A data set with six variables, x1, x2, m1, m2, y.
#'
#'Fit the following model:
#'
#'#mod <- 
#'#"
#'#m1 ~ x1 + x2
#'#m2 ~ x1 + x2 + x1x2
#'#y1 ~ m1 + x1
#'#y2 ~ m1 + m2
#'#"
#'
"sample_mod_sem"
sfcheung/plotmodsem documentation built on Dec. 23, 2021, 12:21 a.m.