Hello dear Stata Users,
Using xtabond2 in stata 11, I am estimating a dynamical panel (N=94 ; T=8) where my dependent var is the number of the Ministry of Defence duty personel (at logarithm) and and my independents aren the lagged dependent, the log-revenue for male workers, the unemployment rate, the share of industry in the economy and the log-density of population.
I use the following command : xtabond2 lqtym_ unemp_ L.lqtym_ ldensity_ lmev_ part_indus , gmmstyle(L.lqtym_ , laglimit(2 .)) iv(unemp_ ldensity_ lmrev_ part_indus, mz) twostep robust
Stata reports correctly the Sargan/Hansen tests but do report for the Arellano-Bond test for autocorellation
Arellano-Bond test for AR(1) in first differences: z = . Pr > z = .
Arellano-Bond test for AR(2) in first differences: z = . Pr > z = .
My panel is not balanced and I have missing values in ldensity_ and lmrev_ can it be a reason ? I thought that not, as missing values are changed to 0.
Does anyone have an idea ? I am stuck here.
Thank you all in advance,
Amaury
Using xtabond2 in stata 11, I am estimating a dynamical panel (N=94 ; T=8) where my dependent var is the number of the Ministry of Defence duty personel (at logarithm) and and my independents aren the lagged dependent, the log-revenue for male workers, the unemployment rate, the share of industry in the economy and the log-density of population.
I use the following command : xtabond2 lqtym_ unemp_ L.lqtym_ ldensity_ lmev_ part_indus , gmmstyle(L.lqtym_ , laglimit(2 .)) iv(unemp_ ldensity_ lmrev_ part_indus, mz) twostep robust
Stata reports correctly the Sargan/Hansen tests but do report for the Arellano-Bond test for autocorellation
Arellano-Bond test for AR(1) in first differences: z = . Pr > z = .
Arellano-Bond test for AR(2) in first differences: z = . Pr > z = .
My panel is not balanced and I have missing values in ldensity_ and lmrev_ can it be a reason ? I thought that not, as missing values are changed to 0.
Does anyone have an idea ? I am stuck here.
Thank you all in advance,
Amaury
Comment