Dear all,
I am working on my thesis and I have some problem with result which I don't quiet understand.
My dependent variable is (Heal), I.Vs are (Mil, Demo, Interaction); control varibles are (lnpop, lngdpp, pop65, gov_exp_gdp DE)
I have few questions.
1) I got contradictory result for I.Vs (Mil, Demo, Interaction) signs are just opposite in SGMM and FE estimation
2) This is my first time using SGMM. Is my command for SGMM correct? I am confused with lags, GMM and IV options. I input collapse in GMM option.
3) Finally, the AR(1), AR(2) and Sargan & Hansen Test results interpretation.
As I understoond,
AR(1) Pr > Z = 0.000 (good sign)
AR(2) Pr > Z = 0.340 (good sign)
Sargan Test = 0.000 (good sign)
Hansen Test = 0.982 (good sign)
Am I right?
I would be very grateful to receive any comments.
Thank you very much in advance!
Kind regards,
David
For SGMM,
I coded
"xtabond2 HEAL l.HEAL Mil Demo Demo_interaction DE LnGDPP LnPOP POP65 Govt_Exp_GDP, gmm(l.HEAL Mil Demo Demo_interaction DE Govt_Exp_GDP, collapse) iv(LnGDPP LnPOP POP65) twostep"
and I got following result.

For FE estimation,
xtreg HEAL c.Mil##c.Demo DE LnGDPP LnPOP POP65 Govt_Exp_GDP, fe

I am working on my thesis and I have some problem with result which I don't quiet understand.
My dependent variable is (Heal), I.Vs are (Mil, Demo, Interaction); control varibles are (lnpop, lngdpp, pop65, gov_exp_gdp DE)
I have few questions.
1) I got contradictory result for I.Vs (Mil, Demo, Interaction) signs are just opposite in SGMM and FE estimation
Variables | Sign SGMM | Sign FE | Note |
Mil | Positive | Negative | |
Demo | Positive | Negative | |
Interaction | Negative | Positive |
2) This is my first time using SGMM. Is my command for SGMM correct? I am confused with lags, GMM and IV options. I input collapse in GMM option.
3) Finally, the AR(1), AR(2) and Sargan & Hansen Test results interpretation.
As I understoond,
AR(1) Pr > Z = 0.000 (good sign)
AR(2) Pr > Z = 0.340 (good sign)
Sargan Test = 0.000 (good sign)
Hansen Test = 0.982 (good sign)
Am I right?
I would be very grateful to receive any comments.
Thank you very much in advance!
Kind regards,
David
For SGMM,
I coded
"xtabond2 HEAL l.HEAL Mil Demo Demo_interaction DE LnGDPP LnPOP POP65 Govt_Exp_GDP, gmm(l.HEAL Mil Demo Demo_interaction DE Govt_Exp_GDP, collapse) iv(LnGDPP LnPOP POP65) twostep"
and I got following result.
For FE estimation,
xtreg HEAL c.Mil##c.Demo DE LnGDPP LnPOP POP65 Govt_Exp_GDP, fe
Comment