R/vcov.mcmc.list.R

Defines functions vcov.mcmc.list

Documented in vcov.mcmc.list

vcov.mcmc.list <-
function(object, ...)
{
    cov(as.matrix(object), ...)
}
datacloning/dclone documentation built on Sept. 29, 2024, 3:21 p.m.