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
converting dates (year and month)Dear All, Is there a more concise way to go from date to newdate below? Thanks. Code: * Example gen…
Using svy command with graph commandDear all, I am trying to use graph in Stata 16 to plot bars of the means of categorical variables (…
Why are Frames UsefulPerhaps this is a question for another forum, but I had a more general question about dataframes. I…
Reshaping Long Data IssueI am trying to collapse this data but I have continuously gotten errors regarding the i and j not be…
alternative to keep if for a large list of firm id sHi all, I have a list of firm ids that contains 17,000 firm ids. I have a big dataset which contain…
Subscribe to:
Post Comments (Atom)
0 Response to reghdfe - difference between robust and cluster error
Post a Comment