Learn R Programming

MethComp (version 1.30.0)

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
# NOT RUN {
 
data(ox.MC)
attr(ox.MC,"mcmc.par")
# }
# NOT RUN {
print.MCmcmc(ox.MC)
trace.MCmcmc(ox.MC)
trace.MCmcmc(ox.MC,"beta")
 post.MCmcmc(ox.MC)
 post.MCmcmc(ox.MC,"beta") 
# }
# NOT RUN {
# A MCmcmc object also has class mcmc.list, so we can use the
# coda functions for covergence diagnostics:
# }
# NOT RUN {
 acfplot( subset.MCmcmc(ox.MC, subset="sigma")) 
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab