ox.MC {MethComp}R Documentation

A MethComp object from the oximetry data.

Description

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

Usage

data(ox.MC)

Format

The format is a MethComp object.

Details

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

Examples

 
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"))

[Package MethComp version 0.3.0 Index]