Hello fellow statalists, I need your help.
I am currently working on my thesis and I am using the system GMM, with the comand xtabond2 in Stata15.1. I am using these method because I have a case with small T large N case, T= 7 and N = 32 ( I know is not that large). The dependent variable is GDP per capita, the principal explanatory variables are development in telecommunications sector including mobile, fixed and internet, I add some other control variables identified by economic theory, primary enrollment rate, ,exports and investment.
After reading the paper How to do xtabond2: An introducttion to difference and system GMM in Stata by Roodman I was able to perform xtabond2 but I have a few questions.
I am implementing the command as follows:
xtabond2 LOGPIBPCIM INT MOV FIJ PRIM LABIM EXPIM IEDIM, gmmstyle(L.LOGPIBPCIM, collapse laglimits(1 3) eq(level)) gmmstyle(L.MOV, laglimits(1 3) collapse eq(level)) gmmstyle(L.INT, laglimits(1 3) collaprse eq(level)) gmmstyle(L.FIJ, laglimits(1 3) collapse eq(level)) ivstyle(PRIM EXPIM LABIM IEDIM, equation (level)) robust noconstant
LOGPIBPCIM is the log of GDP per capita, INT MOV FIJ are my main variabes and LABIM EXPIM IEDIM are control variables.
I copy here my results as an image:

As you can see I am not ussing the lagged dependent variable as a regressor just as a gmm style instrument, I want to know if this practice is valid. I have a lot of reasons to use this method and when I add the lagged dependent variable as a regressor the hansen test goes to .002 and AR2 test to .012, added to this the signs of the main and control variables are not in line with the economic literature and without the dependent variable as a regressor my signs and coefficients are as expected and to the best of my knowledge the hansen and AR2 test indicate that my instruments are valid.
Please feel free to comment on any other irregularities you see, or suggestions they will be very appreciated.
Thanks in advance, María Reyes Retana
References
Roodman, David, "A Note on the Theme of Too Many Instruments." Oxford Bulletin of Economics and Statistics, (2009):135-158.
Roodman, David, “How to do xtabond2: An introducttion to difference and system GMM in Stata.” The Stata Journal 9, No.1 (2009): 86-136.
I am currently working on my thesis and I am using the system GMM, with the comand xtabond2 in Stata15.1. I am using these method because I have a case with small T large N case, T= 7 and N = 32 ( I know is not that large). The dependent variable is GDP per capita, the principal explanatory variables are development in telecommunications sector including mobile, fixed and internet, I add some other control variables identified by economic theory, primary enrollment rate, ,exports and investment.
After reading the paper How to do xtabond2: An introducttion to difference and system GMM in Stata by Roodman I was able to perform xtabond2 but I have a few questions.
I am implementing the command as follows:
xtabond2 LOGPIBPCIM INT MOV FIJ PRIM LABIM EXPIM IEDIM, gmmstyle(L.LOGPIBPCIM, collapse laglimits(1 3) eq(level)) gmmstyle(L.MOV, laglimits(1 3) collapse eq(level)) gmmstyle(L.INT, laglimits(1 3) collaprse eq(level)) gmmstyle(L.FIJ, laglimits(1 3) collapse eq(level)) ivstyle(PRIM EXPIM LABIM IEDIM, equation (level)) robust noconstant
LOGPIBPCIM is the log of GDP per capita, INT MOV FIJ are my main variabes and LABIM EXPIM IEDIM are control variables.
I copy here my results as an image:
As you can see I am not ussing the lagged dependent variable as a regressor just as a gmm style instrument, I want to know if this practice is valid. I have a lot of reasons to use this method and when I add the lagged dependent variable as a regressor the hansen test goes to .002 and AR2 test to .012, added to this the signs of the main and control variables are not in line with the economic literature and without the dependent variable as a regressor my signs and coefficients are as expected and to the best of my knowledge the hansen and AR2 test indicate that my instruments are valid.
Please feel free to comment on any other irregularities you see, or suggestions they will be very appreciated.
Thanks in advance, María Reyes Retana
References
Roodman, David, "A Note on the Theme of Too Many Instruments." Oxford Bulletin of Economics and Statistics, (2009):135-158.
Roodman, David, “How to do xtabond2: An introducttion to difference and system GMM in Stata.” The Stata Journal 9, No.1 (2009): 86-136.
Comment