mediation_latent_skewed {semlbci} | R Documentation |
Dataset (SEM, Three Factors, Nine Variables, Mediation, Skewed)
Description
Generated from a three-factor model with nine variables, n = 150, with some observed variables positively skewed.
Usage
mediation_latent_skewed
Format
A data frame with 150 rows and nine variables:
- x1
x1
- x2
x2
- x3
x3
- x4
x4
- x5
x5
- x6
x6
- x7
x7
- x8
x8
- x9
x9
Details
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)
Examples
print(head(mediation_latent_skewed), digits = 3)
nrow(mediation_latent_skewed)
[Package semlbci version 0.11.2 Index]