loadMCMCObject: Load MCMC Object

Description Usage Arguments Details Value Examples

View source: R/mcmcObject.R

Description

loadMCMCObject creates a new MCMC object and fills it with the information in the file given.

Usage

1

Arguments

files

The filenames where the data will be stored.

Details

This MCMC object is not intended to be used to do another model fitting, only to graph the stored results.

Value

This function has no return value.

Examples

1
2
3
4
5
6
7
8
9
## loading mcmc objects from the filesystem
## Not run: 
# load one mcmc object
mcmc <- loadMCMCObject(files = "mcmc.Rda")

# load and combine multiple mcmc objects. Useful when using checkpointing
mcmc <- loadMCMCObject(files = c("mcmc1.Rda", "mcmc2.Rda"))

## End(Not run)

AnaCoDa documentation built on Jan. 8, 2021, 2:37 a.m.