Skip to content
Prev 220253 / 398500 Next

Robust SE & Heteroskedasticity-consistent estimation

On Mon, 10 May 2010, RATIARISON Eric wrote:

            
This is discussed in
   vignette("sandwich-OOP", package = "sandwich")
one of the vignettes accompanying the "sandwich" package that provides the 
vcovHC() function. At the very least, you need an estfun() method which 
extracts the gradient contributions per observation. Then you need a 
bread() function, typically based on the observed Hessian. Then you can 
compute the basic sandwich() estimators.

Best,
Z