Dear all,
I have two main concerns regarding a system-GMM regression with xtabond2, and hope some of you can help me with these questions.
I added the code and highlighted the critical terms.
Is it always necessary to include the autoregressive term of the dependent variable in the gmm(..) part of xtabond2?
And if so, could some of you explain to me why this is the case and what this means for the model? My results change a lot depending on whether I include the lagged dependent here or not.
How many lags and, therefore, how many instruments are appropriate? I am aware of the potential problems with too many instruments, but how many are too many?
I have 950 observations, is it thus better to go for 54 or 15 instruments?
Moreover, I am curious how the Hansen-test statistic relates to this. As far as I understand, a p-value close to 1 implies that I have too many instruments. A p-value of lower than 0.1 indicates that the IV's are not exogenous, right? But is it feasible to use the test statistic to decide how many lags/Nr of IV's I should include in my model?
Thank you in advance for your help!
Best,
Moritz
I have two main concerns regarding a system-GMM regression with xtabond2, and hope some of you can help me with these questions.
I added the code and highlighted the critical terms.
Code:
xtabond2 L(0/1).$dependent $regressors $dummies $controlls, gmm(L1.$dependent $regressors, laglimits(2 .) collapse) iv($dummies $contro lls) svm twostep robust noconst artests(4)
And if so, could some of you explain to me why this is the case and what this means for the model? My results change a lot depending on whether I include the lagged dependent here or not.
Code:
xtabond2 L(0/1).$dependent $regressors $dummies $controlls, gmm(L1.$dependent $regressors, laglimits(2 .) collapse) iv($dummies $controlls) svm twostep robust noconst artests(4)
I have 950 observations, is it thus better to go for 54 or 15 instruments?
Moreover, I am curious how the Hansen-test statistic relates to this. As far as I understand, a p-value close to 1 implies that I have too many instruments. A p-value of lower than 0.1 indicates that the IV's are not exogenous, right? But is it feasible to use the test statistic to decide how many lags/Nr of IV's I should include in my model?
Thank you in advance for your help!
Best,
Moritz
Comment