Hello,

I'd like to know what is the code for estimating the indirect effects in multigroup SEM.

For example, I used the code below to conduct multigroup SEM

SEM (A->m n) (B->p q) (C->x y) (C<-A@a1 B@b1)(B<-A@c1), group (gender) ginvariant (none)

In the next step, I'd like to estimate the indirect effect between A and C. What code should I use?

Thanks a lot in advance for your help!