| ox.MC {MethComp} | R Documentation |
This object is included for illustrative purposes. It is a result of
using MethComp, with n.iter=20000.
data(ox.MC)
The format is a MethComp object.
The data are the ox dataset, where measurements are
linked within replicate (=day of analysis).
data(ox.MC) attr(ox.MC,"mcmc.par") print.MethComp(ox.MC) trace.MethComp(ox.MC) trace.MethComp(ox.MC,"beta") # A MethComp object also has class mcmc.list, so we can use the # coda functions for covergence diagnostics: acfplot( subset.MethComp(ox.MC, subset="sigma"))