3  Approaches

There are a number of approaches for estimating interaction effects in SEM. In modsem(), the method = “method” argument allows you to choose which to use.

modsem(m1, oneInt, "ca")
modsem(m1, oneInt, "uca")
modsem(m1, oneInt, "rca")
modsem(m1, oneInt, "dblcent")
modsem(m1, oneInt, "mplus")
modsem(m1, oneInt, "lms")
modsem(m1, oneInt, "qml")