Dear Stata forum:
I am trying to estimate a dynamic panel in which, beyond the lagged dependent variable (Y), I have another endogenous regressor (X), but I don't want to use gmmstyle instruments for it, only ivstyle instruments. The reason is that lagged values of X will still be suspitious to be endogenous, so I prefer to rely only on external purely exogenous instruments.
Can anybody tell me if this is the correct specification to do my estimate?
xtabond2 Y L.Y X Z, gmm(L.Y, lag(2 .) ) iv(Z instrument1 instrument2), twostep robust
Many thanks
Juan
Related Posts with Endogenous regressor with Xtabond2
Difference between variables' foreach loop regression coefficientsDear STATA users, I am using a foreach loop to regress four models across multiple variables. I nee…
Assigning more weight to a category of a variableDear all, I would like to know your opinion about the following issue: I need to create (starting f…
Change of stationarity when transforming from daily to yearly valuesHi everyone, I have a variable with daily observations that is stationary according to dickey fulle…
Selecting Variables based on Democracy LevelsHello I am trying to test the effect of Democracy on GDP. So my panel has country specific informati…
Is there an 'or' function when coding variables?I am coding a binary variable (done) to denote if a diagnostic test was done, 1=yes, 0=no. I want i…
Subscribe to:
Post Comments (Atom)
0 Response to Endogenous regressor with Xtabond2
Post a Comment