Skip to content
Prev 176909 / 398506 Next

Clustered data with Design package--bootcov() vs. robcov()

jjh21 wrote:
Correct.  Did you read the Feng et al reference in bootcov's help file 
or check the book that is related to the package?
robcov does not use bootstrapping.  It uses the cluster sandwich 
(Huber-White) variance-covariance estimator for which there are 
references in the help file (see especially Lin).

Both robcov and bootcov work best when there is a large number of small 
clusters.  If the clusters are somewhat large and greatly vary in size, 
expect to be in trouble and consider a full modeling approach 
(generalized least squares, mixed models, etc.).

One advantage of robcov is that you get the same result every time, 
unlike bootstrapping.  But even in the case of cluster sizes of one, the 
sandwich estimator can be inefficient (see the Gould paper) or can 
result in the "right" estimates of the "wrong" quantity (see a paper by 
Friedman in American Statistician).

Frank