I ran a regression with reghdfe on multiple imputation datasets, The data includes 500 organizations over 23 years, with 20 imputations.
I first estimated the regression using the vce(robust) then I re-ran the model using the option vce(cluster clustvar). In many cases, the standard errors were much smaller when I used the vce(cluster clustvar) option.
Does this seem reasonable? What can explain the difference between the cluster and the robust? Can this be caused because of the reghdfe absorb specification or the MI?
Code:
mi estimate, post cmdok:reghdfe f.women var1 var2 var3, absorb(id year) vce(robust)
mi estimate, post cmdok:reghdfe f.women var1 var2 var3, absorb(id year) vce(cluster id)
Thanks in advance!
Gayle
Related Posts with reghdfe - difference between robust and cluster error
Can I overlay frequency bar and proportion line graph ?Hi. Always thanks to statalist. I have binary variable ; outcome (1: positive, 0: negative) and cat…
Dropping duplicates randomlyHi I'd like to drop duplicates randomly instead of just the first duplicate observation. A snapsho…
how to export results of group regressions and subsequent calculations using runbyI need to run panel regressions with fixed effects multiple times. Regressions are run (1) for depen…
Help with interpretation of marginsDear All, Will someone please kindly inform me if I am interpreting the following Average Adjusted …
log Transformations, How to Handle Negative Data Values?Hello there, I am wanting to run a quantile regression to examine gender differences in earnings. M…
Subscribe to:
Post Comments (Atom)
0 Response to reghdfe - difference between robust and cluster error
Post a Comment