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?
How to reshape the panel data rows to columnsDear Clyde Schechter and other Stata experts, I have the raw data as follows: Code: input str10 A…
Store tab command's resultsHi all! How can I store in some locals the percentages shown by tab command? Thank you in advance.…
Dropping observations within a variable if they are not numericHow do I drop observations within a variable if they are not numeric? …
Creating categories within a nominal variableHello! I am conducting an honors thesis in sociology and need help with creating categories within …
Two way or one way fixed effect ??Hi, test to choose between model two way fixed effec or fixed effect ordinary ? i use STATA 14 …
Subscribe to:
Post Comments (Atom)
0 Response to time dummies always should be included in iv part in xtabond2?
Post a Comment