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?
Stata odbc query column labels from impalaI am trying to access data from impala sql into Stata: Code: clear all #delimit; odbc load, exec…
Chow test in panel dataHi all, My estimated equation takes form of: ln(I)=B1ln(w1)+B2ln(w2)+B3ln(w3)+(control variables)+e…
fixed effects specification: dummies (LSDV) vs within estimatorHello everyone, I have a question on the various specifications of a fixed effect model. I always …
quasi-panel made out of cross-sectional dataHi all, Does anybody know how to create a quasi-panel data out of the cross-sectional data. I have a…
using a separate time variable and am/pm indicator variable to generate a military time variableHi, I briefly dug into this and could not find an answer. I have 3 variables: a date variable, a ti…
Subscribe to:
Post Comments (Atom)
0 Response to time dummies always should be included in iv part in xtabond2?
Post a Comment