simple_mediation_latent | R Documentation |
Generated from a simple
mediation model among xthree latent
factors, fx
, fm
, and fy
, xeach
has three indicators.
simple_mediation_latent
A data frame with 200 rows and 11 variables:
Indicator of fx
. Numeric.
Indicator of fx
. Numeric.
Indicator of fx
. Numeric.
Indicator of fm
. Numeric.
Indicator of fm
. Numeric.
Indicator of fm
. Numeric.
Indicator of fy
. Numeric.
Indicator of fy
. Numeric.
Indicator of fy
. Numeric.
The model:
fx =~ x1 + x2 + x3 fm =~ m1 + m2 + m3 fy =~ y1 + y2 + y3 fm ~ a * fx fy ~ b * fm + cp * fx indirect := a * b
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.