Dear Statalist,
May I know is there a way to add fixed effects in xtabond2 different to the method
I just want to know is their a similar approach to
in xtabond2 other than using i.x notation.
This is because i.x notation creates a separate variable in the variable list for each firm, but
does not create such variable and efficient.
May I know is there a way to add fixed effects in xtabond2 different to the method
Code:
xi: xtabond2 x y z i.firmid, gmm (x y , lag(2 2)) iv(z) two small
Code:
xtreg x y z, fe
This is because i.x notation creates a separate variable in the variable list for each firm, but
Code:
xtreg x y z, fe
Comment