R/vcov.mcmc.list.dc.R

Defines functions vcov.mcmc.list.dc

Documented in vcov.mcmc.list.dc

vcov.mcmc.list.dc <-
function(object, invfisher = TRUE, ...)
{
    rval <- cov(as.matrix(object), ...)
    if (invfisher)
        rval <- rval * nclones(object)
    rval
}

Try the dclone package in your browser

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

dclone documentation built on May 2, 2019, 6:08 p.m.