High Variance in Interaction Term with Moderated Mediation with lavaan

Hello everyone!

I charge for a moderated mediation in lavaan.
The issue is that one variable correlates with the moderation interaction term.
I have thus included this correlation into the model.
Unfortunately, the interaction variance is now exceedingly high.
My supervisor recommended me to set the interaction variance to 1, however doing so absolutely ruins the model's fit.
Does anybody have suggestions about what to do?
The model in question:

model4 <- ' Med ~ a1UV + a2Controllvariable+ Mod
AV ~ bMed + c1UV + c2Controllvariable + Mod+ INT
Med~~ INT
INT ~~ 1
INT
ind_AV := a1b
ind_C:= a2
b'

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.