| data_serial_parallel_latent | R Documentation |
Generated from a 3-mediator
mediation model among eight latent
factors, fx1, fx2, fm11, fm12,
fy1, and fy2, each
has three indicators.
data_serial_parallel_latent
A data frame with 500 rows and 21 variables:
Indicator of fx1. Numeric.
Indicator of fx1. Numeric.
Indicator of fx1. Numeric.
Indicator of fx2. Numeric.
Indicator of fx2. Numeric.
Indicator of fx2. Numeric.
Indicator of fm11. Numeric.
Indicator of fm11. Numeric.
Indicator of fm11. Numeric.
Indicator of fm12. Numeric.
Indicator of fm12. Numeric.
Indicator of fm12. Numeric.
Indicator of fm2. Numeric.
Indicator of fm2. Numeric.
Indicator of fm2. Numeric.
Indicator of fy1. Numeric.
Indicator of fy1. Numeric.
Indicator of fy1. Numeric.
Indicator of fy2. Numeric.
Indicator of fy2. Numeric.
Indicator of fy2. Numeric.
The model:
fx1 =~ x1 + x2 + x3 fx2 =~ x4 + x5 + x6 fm11 =~ m11a + m11b + m11c fm12 =~ m12a + m12b + m12c fm2 =~ m2a + m2b + m2c fy1 =~ y1 + y2 + y3 fy2 =~ y3 + y4 + y5 fm11 ~ a1 * fx1 fm12 ~ b11 * fm11 + a2m * fx2 fm2 ~ a2 * fx2 fy1 ~ b12 * fm12 + b11y1 * fm11 + cp1 * fx1 fy2 ~ b2 * fm2 + cp2 * fx2 a1b11b12 := a1 * b11 * b12 a1b11y1 := a1 * b11y1 a2b2 := a2 * b2 a2mb12 := a2m * b12
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.