Hi there,
I am estimating the relationship between growth and inequality using dynamic panel data.
Originally, I set out to do a pooled ols, random effects and fixed effects regression. Within this I was using GDP per capita at the beginning of the period as an endogenous variable.
However I am now estimating using GMM xtabond2 command. The literature suggests to use the lagged dependent variable as an instrument. I want to know whether I can still use GDP per capita at the beginning of the period as an endogenous instrument as opposed to growth in the last period.
I am now thinking there are 3 possible regression I could run:
(1) xi: xtabond2 GDPgrowth laggedGDPpc initialgini initialginisq educ pppi i.year, gmm(laggedGDPpc) iv(initialgini initialginisq educ pppi i.year) noleveleq nodiffsargan robust small
(2) xi: xtabond2 GDPgrowth L1_GDPgrowth initialgini initialginisq educ pppi i.year, gmm(L1_GDPgrowth) iv(initialgini initialginisq educ pppi i.year) noleveleq nodiffsargan robust small
(3) xi: xtabond2 GDPgrowth L1_GDPgrowth laggedGDPpc initialgini initialginisq educ pppi i.year, gmm(L1_GDPgrowth laggedGDPpc) iv(initialgini initialginisq educ pppi i.year) noleveleq nodiffsargan robust small
(1) uses initial GDP p/capita. (2) uses lagged GDP growth (the lagged dependent variable). (3) uses both as instruments. They all give fairly similar results...
Which would be best regression to run?
MAIN QUESTION: can I use lagged GDP p/capita as an endogenous instrument or do I have to directly use the lagged dependent variable, in this case lagged GDP growth?
Related Posts with Xtabond2 lagged endogenous variable
2SLS/ Interpreting Cragg-Donald Wald F statistic and Stock-Yogo weak ID test critical valuesHello, I am running a robustness check using 2SLS and was having trouble interpreting the Cragg-Dona…
How to use data in ARDL Bounds testThis is my first time to use Stata in fairly complicated research. Must the variables which are in l…
Help with SFA - sfpanel model BC95Dear Stata users, I am working on "the trade potential between China and Central and Eastern Europe…
Controlled interrupted time series with count data using glm, panel data, and Newey-West standard errorsHi, I am trying to conduct an interrupted time series analysis with an intervention group and a con…
Panel data replace all valuesHello! I'm fairly new to Stata 17, and Stata in general and I had a question about replacing all va…
Subscribe to:
Post Comments (Atom)
0 Response to Xtabond2 lagged endogenous variable
Post a Comment