I'm estimating a 2SLS model with two fixed effects, and I would like to include the estimated effect for just one of the effects in the output table, but I cannot figure it out. For example, the estimation code is:
ivreghdfe y = x1 x2 (x3 = x3IV), small absorb(FE1 FE2)
I am interested in the estimates for FE2, which has 4 levels. I have tried in the following code creating a variable from FE2 and looking at the values in the data, but some observations do not have estimates attached to them, so I am not sure what's going on there.
ivreghdfe y = x1 x2 (x3 = x3IV), small absorb(FE1 coeffs=FE2)
I've also tried
eststo clear
eststo: ivreghdfe y = x1 x2 (x3 = x3IV), small absorb(FE1 coeffs=FE2)
esttab, cells(b) indicate(coeffs) s(fixed N, label("fixed effects"))
and get the error "coefficient coeffs not found."
Any help is appreciated!
Related Posts with IVREGHDFE include fixed effect estimates in table output
byable problemI have a program pf that folks at Stata help me write to compute variations on probit and I just tri…
Bar Chart categorical variables. BeginnerHi everyone! I'm Stata beginner, don't know all the features. I do need help with research task. My…
changing string to floatHi all, greetings! I have a variable named "pcgdp" stored as string. Observations are numeric values…
Converting Weekly Data to Monthly DataI have weekly data that is issued say every Friday (different data sets have different issuance date…
How to interpret xtsktest results of panel dataHow to interpret xtsktest results of panel data and is it okay to run without OLS and Random Effect …
Subscribe to:
Post Comments (Atom)
0 Response to IVREGHDFE include fixed effect estimates in table output
Post a Comment