Dear Statalist members,
I have been struggling with a panel data with N=30 and T=18. My professor suggests me to adopt System GMM (xtabond2) for this panel data, but many materials have said that 'N=30 and T=18' is 'too small N and too large T' for System GMM.
My basic model is as below: (y is dependent variable; x1 is endogenous variable)
xtabond2 y L.y x1 x2 x3 x4 x5, gmm(L.y x1, lag(2 3) collapse) iv(x2 x3 x4 x5, eq(level)) iv(x2 x3 x4 x5, eq(diff)) robust twostep small
Could this model with my panel data of 'N=30 and T=18' obtain a trustable result? If not, would you please correct my model? Should I adopt Difference-GMM instead or one-step System GMM?
Thanks in advance.
from Andy in labyrinth of System GMM
I have been struggling with a panel data with N=30 and T=18. My professor suggests me to adopt System GMM (xtabond2) for this panel data, but many materials have said that 'N=30 and T=18' is 'too small N and too large T' for System GMM.
My basic model is as below: (y is dependent variable; x1 is endogenous variable)
xtabond2 y L.y x1 x2 x3 x4 x5, gmm(L.y x1, lag(2 3) collapse) iv(x2 x3 x4 x5, eq(level)) iv(x2 x3 x4 x5, eq(diff)) robust twostep small
Could this model with my panel data of 'N=30 and T=18' obtain a trustable result? If not, would you please correct my model? Should I adopt Difference-GMM instead or one-step System GMM?
Thanks in advance.
from Andy in labyrinth of System GMM
Comment