I have a panel of 97 countries over 18 years and I would like to estimate a model with country and year fixed effects.
I have estimated the model with a difference GMM in the following manner.
Code:
xtabond2 y l.y l.x l.$controls i.Year, gmm(y x $controls_endog, lag(2 5) collapse) iv(i.Year l.$controls_exogen) noleveleq small noconstant robust
I have also estimated the model with at SYS GMM in the following manner:
Code:
xtabond2 y l.y l.x l.$controls i.Year, gmm(y x $controls_endog, lag(2 5) collapse) iv(i.Year l.$controls_exogen) small noconstant robust
I thank you in advance for your help
Best regards.
0 Response to System GMM: does it includes fixed effects?
Post a Comment