as.mcmc.bugs {emdbook} | R Documentation |
Converts results of a bugs
run
(class "bugs"
) to a form that can be
used by CODA (class "mcmc"
)
as.mcmc.bugs(x)
x |
an object of class bugs (output from bugs() ) |
an object of class mcmc
Ben Bolker