Dear Statalists,
I am currently doing research into the link between economic growth and inequality in a panel of countries, using system GMM. I am getting slightly confused with the xtabond2 terminology and specifically the difference between gmm() style instuments and iv() instruments.
My current code for the system GMM estimation is:
xtabond2 growth lnGDP_L1 Primenroll_L1 gini_disp_L1 i.Year, ///
gmm(lnGDP_L1 Primenroll_L1 gini_disp_L1 ) twostep robust small
As you can see here, I have specified all regressors as gmm style instruments, which I am assuming is incorrect.
As it is a dynamic panel, GDP is endogenous and should the other regressors be specified as IV instruments? What is the criteria for gmm style and iv style instruments?
Thanks
I am currently doing research into the link between economic growth and inequality in a panel of countries, using system GMM. I am getting slightly confused with the xtabond2 terminology and specifically the difference between gmm() style instuments and iv() instruments.
My current code for the system GMM estimation is:
xtabond2 growth lnGDP_L1 Primenroll_L1 gini_disp_L1 i.Year, ///
gmm(lnGDP_L1 Primenroll_L1 gini_disp_L1 ) twostep robust small
As you can see here, I have specified all regressors as gmm style instruments, which I am assuming is incorrect.
As it is a dynamic panel, GDP is endogenous and should the other regressors be specified as IV instruments? What is the criteria for gmm style and iv style instruments?
Thanks
Comment