svy.varcoef {survey} | R Documentation |
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
.
svy.varcoef(glm.object, design)
glm.object |
A glm object |
design |
A survey.design object |
A variance matrix
Thomas Lumley