R/vcov.mcmc.list.R

Defines functions vcov.mcmc.list

Documented in vcov.mcmc.list

vcov.mcmc.list <-
function(object, ...)
{
    cov(as.matrix(object), ...)
}

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.