I'm running simultaneous equation model (2 equations) but getting a weird result.
My apology that I can't disclose my sample data here since the data set is not a publicly available data.
But below is the equations that I'm running.
(Equation 1) Yit= βo+β1Xit+β2Zit+β3Kit+β4Hit+ui+tt+ϵit
(Equation 2) Xit= βo+β1Yit+β2Zit+β3Kit+β4Git+β5Rit+ui+tt+ϵit
Code:
The corresponding code would be: xi: reg3 (eq_1: Y X Z K H i.u i.t) (eq_2: X Y Z K G R i.u i.t) where i.u and i.t are unit and time fixed effect, respectively
But when I run SEM, what I get is for β1 equation 1 is negative whereas for β1 equation 2 is positive.
I also checked the correlation between X and Y but it is positive.
I'm not sure it's because something's wrong with my data set or I'm wrongly using SEM.
I appreciate your help in advance.
0 Response to directions of endogenous coefficients are the opposite in simultaneous equation model
Post a Comment