svy.varcoef {survey} | R Documentation |
Sandwich variance estimator for glms
Description
Computes the sandwich variance estimator for a generalised linear model fitted to data from a complex sample survey. Designed to be used internally by svyglm
.
Usage
svy.varcoef(glm.object, design)
Arguments
glm.object |
A |
design |
A |
Value
A variance matrix
Author(s)
Thomas Lumley
See Also
[Package survey version 4.4-2 Index]