Skip to content
Prev 245474 / 398503 Next

After heteroskedasticity correction, how can I get new confidential interval?

On Mon, 20 Dec 2010, JoonGi wrote:

            
You can team up coeftest() with other "vcov" functions, such as hccm() 
from "car" or vcovHC() from the "sandwich" package. Actually, there is an 
example on ?coeftest for the latter.

Also, there are various worked examples in

   vignette("sandwich", package = "sandwich")

Best,
Z