Dear Stata users, I am a newbie here but I have googled relevant information before coming here. First of all, I have very little econometric background but my policy research have forced me to register here in order to get some advice, considering how little I know by now.
I am doing a policy research on health issues. My topic is how tuberculosis has effect on economic growth of former communist countries. This issue is I believe very vital at the moment. My sample consists of 26 countries for years 1990 - 2015. I have not used Stata before, but I was able to teach myself how to run the basic fixed effects regression first.
xtreg gdp_growth tuberculosis l.log_gdp_percapita investment popul_growth trade inflation gov_spending life_expectancy, fe r

As you see below as expected TUBERCULOSIS is negative and significant. I have done a lot of literature review and noticed that I need to use system GMM with my panel data.
I have done reading and understood that I have to run xtdpdsys in Stata.
I have run the following command
xtdpdsys gdp_growth tuberculosis l.log_gdp_percapita investment popul_growth trade inflation gov_spending life_expectancy , lags(2) twostep vce(robust) artests(2)
But notice how the p-value has changed now. Moreover, everything is just insignificant now.

Can some one let me know what I have done wrong? I am very newbie to something outside of fixed effects regression so pardon me.
I have uploaded my dataset just in case.
I appreaciate any advice.
I am doing a policy research on health issues. My topic is how tuberculosis has effect on economic growth of former communist countries. This issue is I believe very vital at the moment. My sample consists of 26 countries for years 1990 - 2015. I have not used Stata before, but I was able to teach myself how to run the basic fixed effects regression first.
xtreg gdp_growth tuberculosis l.log_gdp_percapita investment popul_growth trade inflation gov_spending life_expectancy, fe r
As you see below as expected TUBERCULOSIS is negative and significant. I have done a lot of literature review and noticed that I need to use system GMM with my panel data.
I have done reading and understood that I have to run xtdpdsys in Stata.
I have run the following command
xtdpdsys gdp_growth tuberculosis l.log_gdp_percapita investment popul_growth trade inflation gov_spending life_expectancy , lags(2) twostep vce(robust) artests(2)
But notice how the p-value has changed now. Moreover, everything is just insignificant now.
Can some one let me know what I have done wrong? I am very newbie to something outside of fixed effects regression so pardon me.
I have uploaded my dataset just in case.
I appreaciate any advice.
Comment