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
Bootstrapping standard errors for two-stage program combining cross-sectional and panel dataI have two samples from different populations from which I am conducting a two-stage estimation proc…
Dummy variablesPlease I'm very new to using stata, and I want to create dummy variable for values of 0-1 in equal h…
m:1 merge | r(9) code halting do fileHello all, I have a do file with a m:1 merge merging in mutation characteristics (missense mutation…
Questions about recoding in panel dataHi there! I have a problem in recoding the panel data. As you can see below, this panel data describ…
Best way to mark a sample containing the balanced panel of observations with nonmissing data.I'm trying to mark a sample for a user program such that the sample is a balanced panel given certai…
Subscribe to:
Post Comments (Atom)
0 Response to IVREGHDFE include fixed effect estimates in table output
Post a Comment