Dear Stata Users,
This link explains that I can either write a SEM model with the SEM builder or the command syntax. What I would however like to do is visualize the model I wrote with the command syntax,using the SEM builder (without actually making it, just using the command syntax).
So my syntax is for example as follows:
Is there a way to do this?
This link explains that I can either write a SEM model with the SEM builder or the command syntax. What I would however like to do is visualize the model I wrote with the command syntax,using the SEM builder (without actually making it, just using the command syntax).
So my syntax is for example as follows:
Code:
. sem (L1 -> m1 m2) (L2 -> m3 m4) (L3 <- L1 L2) (L3 -> m5 m6 m7)
Comment