R/coef.mcmc.R

Defines functions coef.mcmc

coef.mcmc <- 
function(object, ...)
{
    dclone::coef.mcmc.list(as.mcmc.list(object), ...)
}
datacloning/dclone documentation built on July 5, 2023, 5:26 a.m.