R/se.R

Defines functions se

Documented in se

## File Name: se.R
## File Version: 0.02

se <- function(object)
{
    res <- sqrt(diag(vcov(object)))
    return(res)
}

Try the BIFIEsurvey package in your browser

Any scripts or data that you put into this service are public.

BIFIEsurvey documentation built on April 5, 2022, 1:14 a.m.