Hello together,
for a thesis for the university, I am trying to analyze the effect of entrepreneurial education on economic growth.
For this, I use ln(GDPperCapita) as my dependent variable, basicschoolentrepreneurialedu and postschoolentrepreneurialedu as my key explanatory variables, and different control variables related to economic growth (R&D_expenditure, GrossCapitalFormation, Educ_Attainment, Unemployment, Governm_Expenditure, PopulationGrowth).
I'm pretty new to the analysis of panel data, but I was reading a lot that to avoid endogeneity problems in models related to economic growth a good regression model is the system GMM-Model.
To calculate it for my example I used stata17 and the xtabond2 command, but I face different problems regarding my results, and I'm not sure if I used the command, especially with the iv and lagged variables in the right way.
My results look like this:
My problems:
Many thanks
for a thesis for the university, I am trying to analyze the effect of entrepreneurial education on economic growth.
For this, I use ln(GDPperCapita) as my dependent variable, basicschoolentrepreneurialedu and postschoolentrepreneurialedu as my key explanatory variables, and different control variables related to economic growth (R&D_expenditure, GrossCapitalFormation, Educ_Attainment, Unemployment, Governm_Expenditure, PopulationGrowth).
I'm pretty new to the analysis of panel data, but I was reading a lot that to avoid endogeneity problems in models related to economic growth a good regression model is the system GMM-Model.
To calculate it for my example I used stata17 and the xtabond2 command, but I face different problems regarding my results, and I'm not sure if I used the command, especially with the iv and lagged variables in the right way.
Code:
xtabond2 lnGDPperCapita Basicschoolentrepreneurialedu Postschoolentrepreneurialeduc RandD_expenditure GrossCapitalFormation Educ_Attainment Unemploymenttotaloftotal Governm_Expenditure Populationgrowthannual, gmm(L.lnGDPperCapita, lag(. 4)) ivstyle(Governm_Expenditure RandD_expenditure GrossCapitalFormation Educ_Attainment Unemploymenttotaloftotal ) robust twostep
My problems:
- My Hansen test shows a high p-value of 0.959. After roodman it should be between 0,1 and 0,3. what did I do wrong in the model?
- I read that the ar(2) is important for interpreting. What is it resulting in my example?
Many thanks
Comment