diff --git a/08-Structural-Equation-Modeling.Rmd b/08-Structural-Equation-Modeling.Rmd index 4d51863e..9a59f75c 100644 --- a/08-Structural-Equation-Modeling.Rmd +++ b/08-Structural-Equation-Modeling.Rmd @@ -560,7 +560,7 @@ formativeModel3_syntax <- ' formative =~ NA*v1 + l11*v1+ l21*v2 + 1*v3 + l41*v4 -# Label the variance of the formative composite + # Label the variance of the formative composite formative ~~ varformative*formative @@ -608,8 +608,8 @@ formativeModel3_syntax <- ' # Calculate the unstandardized weights to form the formative latent variable - w1 := (-l32 + l22*l33 + l34*l42 - l22*l34*l43)/( - 1 - l11*l32 - l21*l33 + l11*l22*l33 - l34*l41 + l11*l34*l42 + + w1 := (-l32 + l22*l33 + l34*l42 - l22*l34*l43)/(1 - + l11*l32 - l21*l33 + l11*l22*l33 - l34*l41 + l11*l34*l42 + l21* l34* l43 - l11* l22* l34* l43) w2 := (-l33 + l34*l43)/(1 - l11*l32 - l21*l33 + l11*l22*l33 - l34*l41 + l11*l34*l42 + l21*l34*l43 - l11*l22*l34*l43)