Dear Statalist members,
I would like to confirm whether gsem is a suitable approach for the following mediation setup.
I have a binary independent variable (X), two binary mediators (M1 and M2) operating in parallel, and two outcomes that I analyse separately: one continuous outcome, and one unordered categorical outcome with four levels.
For the continuous outcome, I specified the model as follows:
gsem (m1 <- i.x, logit) (m2 <- i.x, logit) (y <- i.m1 i.m2 i.x)
and computed the specific indirect effects as products of the a- and b-path coefficients using nlcom, with bootstrap confidence intervals.
My questions:
I would like to confirm whether gsem is a suitable approach for the following mediation setup.
I have a binary independent variable (X), two binary mediators (M1 and M2) operating in parallel, and two outcomes that I analyse separately: one continuous outcome, and one unordered categorical outcome with four levels.
For the continuous outcome, I specified the model as follows:
gsem (m1 <- i.x, logit) (m2 <- i.x, logit) (y <- i.m1 i.m2 i.x)
and computed the specific indirect effects as products of the a- and b-path coefficients using nlcom, with bootstrap confidence intervals.
My questions:
- Is gsem with nlcom/bootstrap an appropriate way to estimate the indirect effects here, given the binary mediators?
- For the four-category unordered outcome, would gsem with an mlogit outcome still be appropriate, and how are indirect effects best defined and reported in that case? Or would another command be more suitable?

Comment