| ox.MC {MethComp} | R Documentation |
This object is included for illustrative purposes. It is a result of
using MCmcmc, with n.iter=20000.
data(ox.MC)
The format is a MCmcmc 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.MCmcmc(ox.MC) #trace.MCmcmc(ox.MC) #trace.MCmcmc(ox.MC,"beta") # post.MCmcmc(ox.MC) # post.MCmcmc(ox.MC,"beta") # A MCmcmc object also has class mcmc.list, so we can use the # coda functions for covergence diagnostics: # acfplot( subset.MCmcmc(ox.MC, subset="sigma"))