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
T Dimension Requirements With xtsccHi Dear, According to my recent reading, xtscc relies on large T asymptotics. My question is how la…
Alternatives to margins command (too slow)Hi, I have a simple program that estimates that regresses an outcome on (a) event-time dummies (i.e…
Merging monthly and yearly data for respective last 12monthsHello, I have two data sets which I want to merge. In the first dataset A ,I do have the following …
How to get the significance level stars for the coefficients in thresholdreg cammand for (Hansen, 2000) Threshold Estimation __________________________________________________ ____________________ Thres…
Grouping individual years into year groups in panel dataHello I have data for more than 1000 municipalities in Colombia, and for each, 20 years of observati…
Subscribe to:
Post Comments (Atom)
0 Response to IVREGHDFE include fixed effect estimates in table output
Post a Comment