

Yves.
--
You received this message because you are subscribed to a topic in the Google Groups "lavaan" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/lavaan/jGSq5C_6n50/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lavaan+unsubscribe@googlegroups.com.
To post to this group, send email to lav...@googlegroups.com.
Visit this group at http://groups.google.com/group/lavaan.
For more options, visit https://groups.google.com/groups/opt_out.
#conditional indirect effect of X on Y at specified levels of W
lowIXY1 := (b1+b3* -0.1192936) * (a1+a3* -0.1192936)
midIXY2 := (b1+b3*0) * (a1+a3* 0)
highIXY3 := (b1+b3* 0.1192936) * (a1+a3* 0.1192936)
#indirect effect of highest order interaction
IE_HighOrder_inter := a3*b3
Would the conditional indirect effect be this:#conditional indirect effect of X on Y at specified levels of W
lowIXY1 := (b1+b3* -0.1192936) * (a1+a3* -0.1192936)
midIXY2 := (b1+b3*0) * (a1+a3* 0)
highIXY3 := (b1+b3* 0.1192936) * (a1+a3* 0.1192936)
And the highest order interaction?#indirect effect of highest order interaction
IE_HighOrder_inter := a3*b3