Learn R Programming

MethComp (version 1.30.2)

ox.MC: A MCmcmc object from the oximetry data.

Description

This object is included for illustrative purposes. It is a result of using MCmcmc, with n.iter=20000.

Arguments

Format

The format is a MCmcmc object.

Details

The data are the ox dataset, where measurements are linked within replicate (=day of analysis).

Examples

Run this code
 
data(ox.MC)
attr(ox.MC,"mcmc.par")
if (FALSE) {
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:
if (FALSE)  acfplot( subset.MCmcmc(ox.MC, subset="sigma")) 

Run the code above in your browser using DataLab