Learn R Programming

mcmcr (version 0.0.2)

split_chains: Split Chains

Description

Splits each chain in half to double the number chains and halve the number of iterations.

Usage

split_chains(x, ...)

# S3 method for mcmcarray split_chains(x, ...)

# S3 method for mcmcr split_chains(x, ...)

Arguments

x

An MCMC object.

...

Unused.

Methods (by class)

  • mcmcarray: Split chains for an mcmcarray object

  • mcmcr: Split chains for an mcmcr object

Examples

Run this code
# NOT RUN {
split_chains(mcmcr_example)
# }

Run the code above in your browser using DataLab