I am now trying to implement xtabond2 for my panel data set spanning from 1998 to 2020. The issue that I have regarding xtabond2 routine is whether I need to include all the independent variables (including time dummies) into either "iv" or "gmm" part. To be specific, let's say that I have one dependent variable and four independent (three endogenous and one exogeneous) and time dummies for 5 years. Then, the usual xtabond2 command should be as follows:
xtabond2 y L.y a b c d i.fyear, gmm(L.y a b c) iv(d i.fyear), robust twostep
But then my question is whether I can exclude some of the independent variables from "iv" or "gmm" part like:
xtabond2 y L.y a b c d i.fyear, gmm(L.y b c) iv(d), robust twostep
Thank you in advance and look forward to hearing from you soon.
Related Posts with time dummies always should be included in iv part in xtabond2?
Village fixed effects entered as continuous due to otherwise uncomputable AMEs (collinear)Dear Statalist community, I am analyzing the demand determinants of 3 insurance products in a poole…
Adjusting for correlations in regressionHi everyone, I ran two economics experiments and I am having trouble making the correct inference. …
Generate primary, secondary, tertiary employer each month in panel dataHi everybody I am working with panel data to test how employees are affected when they are insource…
Collect Prefix Command and Ttest resultsHi all, In Stata 17 I've been trying to work with the collect command to produce some Latex tables!…
import delimited "could not name variables specified" errorHi, I have not been able to resolve an error with an import delimited syntax. The error is r(198) "…
Subscribe to:
Post Comments (Atom)
0 Response to time dummies always should be included in iv part in xtabond2?
Post a Comment