mediation_latent {semlbci}R Documentation

Dataset (SEM, Three Factors, Nine Variables, Mediation)

Description

Generated from a three-factor model with nine variables, n = 150

Usage

mediation_latent

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), digits = 3)
nrow(mediation_latent)



[Package semlbci version 0.10.4 Index]