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 Sept. 29, 2024, 3:21 p.m.