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
egen, group, label - "r(132), too few quotes"Hello, I have a string variable, to which I would like to assign numerical values. It has too many …
Moderation effectHi Everyone, I am running a panel model using population averaged model. I have different hypothese…
Estimation using only one out of many categorical variables without dropping the restDear members, My dataset contains 4 countries and I'd like to run a regression using only one of th…
Creating a forvalue with several i (or; Generating a new variable with forvalue)Dear all, I'm trying to create several variables, called Pv1, PV2, PV3, PV4, PV5. I could explain a…
Choice models -cmxtmixlogit- command for including random parameter for one of the alternatives (the base/status quo alternative)I am having trouble with the new stata 16 cmxtmixlogit command. I am trying to estimate a choice mo…
Subscribe to:
Post Comments (Atom)
0 Response to Xtabond2 lagged endogenous variable
Post a Comment