File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ formativeModel3_syntax <- '
560
560
561
561
formative =~ NA*v1 + l11*v1+ l21*v2 + 1*v3 + l41*v4
562
562
563
- # Label the variance of the formative composite
563
+ # Label the variance of the formative composite
564
564
565
565
formative ~~ varformative*formative
566
566
@@ -608,8 +608,8 @@ formativeModel3_syntax <- '
608
608
609
609
# Calculate the unstandardized weights to form the formative latent variable
610
610
611
- w1 := (-l32 + l22*l33 + l34*l42 - l22*l34*l43)/(
612
- 1 - l11*l32 - l21*l33 + l11*l22*l33 - l34*l41 + l11*l34*l42 +
611
+ w1 := (-l32 + l22*l33 + l34*l42 - l22*l34*l43)/(1 -
612
+ l11*l32 - l21*l33 + l11*l22*l33 - l34*l41 + l11*l34*l42 +
613
613
l21* l34* l43 - l11* l22* l34* l43)
614
614
w2 := (-l33 + l34*l43)/(1 - l11*l32 - l21*l33 +
615
615
l11*l22*l33 - l34*l41 + l11*l34*l42 + l21*l34*l43 - l11*l22*l34*l43)
You can’t perform that action at this time.
0 commit comments