You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff:=loadingGroup1-loadingGroup2# testing whether there is a difference between two coefficients
146
+
147
+
totalEffect:=directEffect+indirectEffect# calculating the total effect from the sum of the direct and indirect effects
148
+
totalEffectAbs:= abs(directEffect) + abs(indirectEffect) # calculating the total effect from the sum of the (absolute value of the) direct and indirect effects
149
+
Pm:= abs(indirectEffect) /totalEffectAbs# proportion of the total effect that is mediated
150
+
```
151
+
142
152
Parameter labels for multiple groups (have as many labels as there are groups):
0 commit comments