Skip to content
Prev 247935 / 398503 Next

Regression Testing

Perhaps the easiest way to incorporate the heteroskedasticity  
consistent SE's and output them in a familiar and easy to interpret  
format is to use coeftest() in the lmtest package.

coeftest(myModel, vcov=vcovHC(myModel))

Andrew Miles
On Jan 20, 2011, at 4:42 PM, Achim Zeileis wrote: