Dear all,
I am trying to use ivreghdfe to replicate the results from ivregress and ivreg2 (ssc install ivreg2).
ivreghdfe was installed from here: https://github.com/sergiocorreia/ivreghdfe#installation
We can obtain exactly the same estimates, but the standard errors from ivreghdfe differ from the others.
Could anyone explain why this difference occurs? Any suggestions would be appreciated.
I am trying to use ivreghdfe to replicate the results from ivregress and ivreg2 (ssc install ivreg2).
ivreghdfe was installed from here: https://github.com/sergiocorreia/ivreghdfe#installation
Code:
sysuse auto ivregress 2sls price weight (length=gear) i.rep78 ivreg2 price weight (length=gear) i.rep78 ivreghdfe price weight (length=gear), absorb(rep78)
Could anyone explain why this difference occurs? Any suggestions would be appreciated.
Comment