Skip to content
Prev 246562 / 398506 Next

memisc-Tables with robost standard errors

I always use apsrtable in the apsrtable package, which allows you to  
specify a vcov matrix using the "se" option.  The only trick is that  
you have to append it to your model object, something like this:

fit=lm(y ~ x)
fit$se=vcovHC(fit)
apsrtable(fit, se="robust")

Andrew Miles
On Jan 5, 2011, at 7:57 PM, Jan Henckens wrote: