Computes sqrt(diag(vcov(object, ...))). Works for any object with a
vcov() method, including lm, glm, and survey::svystat objects.
Usage
# Default S3 method
SE(object, ...)Note
When surveycore::SE masks survey::SE, this default method covers
survey::svystat objects but NOT survey::svyby with vartype = "cvpct".
Use survey::SE() explicitly in that case.
