powered by
Generated from a three-factor model with nine variables, n = 150
mediation_latent
A data frame with 150 rows and nine variables:
x1
x2
x3
x4
x5
x6
x7
x8
x9
This model is used for examples like this one:
mod <- " fx =~ x1 + x2 + x3 fm =~ x4 + x5 + x6 fy =~ x7 + x8 + x9 fm ~ a*fx fy ~ b*fm + cp*fx ab := a*b " fit <- lavaan::sem(mod, mediation_latent)
print(head(mediation_latent), digits = 3) nrow(mediation_latent)
Run the code above in your browser using DataLab