Latent variable interactions/moderation

I am currently trying to create a latent interaction regression model in OpenMx where I have four latent variables (C, H, T, S) that predicts a fifth latent variable (A). In addition, interaction effects between the main latent predictor C, and H, T, and S should be included.
[![Latent interaction regression model][1]][1]
I am trying to figure out how to include interaction effects in SEM. Can I simply multiply the latent indicator variables? [Marsh et al. (2012)][2] decribes this as a problematic, and rather recommends a standardized solution first described by Wen, Marsh and Hau (2010). I am unsure how to implement such a model in OpenMx, however.
I'd be grateful for any input on what the best solution for including latent interactions would be, and how to implement them in an OpenMx model.
[1]: https://i.stack.imgur.com/G5Zl3.png
[2]: https://books.google.no/books?hl=en&lr=&id=qC4aMfXL1JkC&oi=fnd&pg=PR1&dq=hoyle%202012&ots=EAMh3zvJkM&sig=QPUL6EOLMeZPDwVVRICnk5nUsFo&redir_esc=y#v=onepage&q=hoyle%202012&f=false
no progress so far
We have some experimental code, but nothing I can recommend at this time.
Log in or register to post comments
See response to other thread
Multiplying latent variables is tricky because you don't know their value. One way out is to 'pretend' that you know the value, which can be done in the context of quadrature. Bayesian methods are good at this sort of thing. I'd be interested to see a comparison.
https://openmx.ssri.psu.edu/thread/466
Log in or register to post comments