When working on some data, I came across the question of comparing mvreg, sureg and gsem. I briefly summarize the comparisons before putting my questions. Please correct if my understanding is wrong. Thank you!
- mvreg and sureg give the same coefficients but different standard errors. mvreg can only be used for the same set of independent vars while sureg can be used for models with different sets of independent vars.
- Both mvreg and sureg don't allow robust se or coexistence of linear and nonlinear models, but gsem allows those.
- The coefficients and se are both different between sureg and gsem (when gsem don't specify robust se or include nonlinear models).
- In the case of a same set of independent vars and different dependent vars, is the difference of se between mvreg and sureg because sureg considers the correlation between the dependent vars when computing se?
- I wonder what makes the differences of coefficients and se between sureg and gsem (in the same case as above and gsem doesn't specify robust se or include nonlinear models)? Are those because gsem considers a simultaneous covariance matrix when computing the vector of parameters and the se?

Comment