R/coef.BIFIE.survey.R

Defines functions vcov.BIFIE.survey coef.BIFIE.survey

Documented in coef.BIFIE.survey vcov.BIFIE.survey

## File Name: coef.BIFIE.survey.R
## File Version: 0.01


coef.BIFIE.survey <- function(object, ...)
{
    coef(object$stat, ...)
}


vcov.BIFIE.survey <- function(object, ...)
{
    vcov(object$stat, ...)
}

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.