Hi,
I have a panel data with 58 countries over the period 1970-2014. I am trying to check whether human capital plays any role in productivity growth and reducing the distance from the technological frontier. I am using the following empirical specification:
gTFPit = b0 + b1 logHCit + b2 DTFit + b3 (logHC*DTF)it + b4 Xit + ci + tt + eit
where gTFP = growth in Total Factor Productivity; HC = human capital; X = control variables (which includes Trade Openness, FDI, Inflation, Financial Development); ci = unobserved country-specific fixed effects; t = unobserved individual invariant time effects; eit = stochastic error term. b1, b2, and b3 are parameters to be estimated.
The above equation is estimated using system GMM estimator. The system GMM estimator allows for the use of internal instruments (lagged differences and lagged levels) and external instruments. Apart from the internal instruments, I plan to use life expectancy and polity as external instruments.
I am using the following code:
xtabond2 gTFP logHC DTF logHC*DTF TO FDI Inflation Fin_dev i.Year, gmm(logHC DTF logHC*DTF, lag(2 3) collapse) iv(TO FDI Inflation Fin_dev i.Year life_exp polity) small orthogonal twostep robust
Am I writing the code correctly? Also, I don't know whether I am using the external instrument correctly or not.
Please advice.
Thank you,
Bharat
I have a panel data with 58 countries over the period 1970-2014. I am trying to check whether human capital plays any role in productivity growth and reducing the distance from the technological frontier. I am using the following empirical specification:
gTFPit = b0 + b1 logHCit + b2 DTFit + b3 (logHC*DTF)it + b4 Xit + ci + tt + eit
where gTFP = growth in Total Factor Productivity; HC = human capital; X = control variables (which includes Trade Openness, FDI, Inflation, Financial Development); ci = unobserved country-specific fixed effects; t = unobserved individual invariant time effects; eit = stochastic error term. b1, b2, and b3 are parameters to be estimated.
The above equation is estimated using system GMM estimator. The system GMM estimator allows for the use of internal instruments (lagged differences and lagged levels) and external instruments. Apart from the internal instruments, I plan to use life expectancy and polity as external instruments.
I am using the following code:
xtabond2 gTFP logHC DTF logHC*DTF TO FDI Inflation Fin_dev i.Year, gmm(logHC DTF logHC*DTF, lag(2 3) collapse) iv(TO FDI Inflation Fin_dev i.Year life_exp polity) small orthogonal twostep robust
Am I writing the code correctly? Also, I don't know whether I am using the external instrument correctly or not.
Please advice.
Thank you,
Bharat

Comment