Wooldridge tweeted that every econometrics package should come with the following options for standard errors for virtually every command:
"In Stata, I'd like to type things like"
glm y x1 ... xK, fam(logit) vce(hac nw 4)
xtpoisson y x1 ... xK, fe vce(shac lat(Lx) long(Ly) dist(50))
qreg y x1 ... xK, q(.25) vce(dk 4)
Wooldridge tweeted that every econometrics package should come with the following options for standard errors for virtually every command:
@PaulSoderlind has https://github.com/PaulSoderlind/PaulSoderlindCode/tree/master/DriscollKraay
"In Stata, I'd like to type things like"
glm y x1 ... xK, fam(logit) vce(hac nw 4)xtpoisson y x1 ... xK, fe vce(shac lat(Lx) long(Ly) dist(50))qreg y x1 ... xK, q(.25) vce(dk 4)