Learn R Programming

universals (version 0.0.1)

bind_chains: Bind by Chains.

Description

Binds two MCMC objects (with the same parameters and iterations) by chains.

Usage

bind_chains(x, x2, ...)

Arguments

x

An object.

x2

A second object.

...

Other arguments passed to methods.

Value

The combined object.

See Also

Other MCMC manipulations: collapse_chains(), estimates(), split_chains()

Examples

Run this code
# NOT RUN {
bind_chains.foobar <- function(x, x2, ...) {
  NotYetImplemented()
  # replace with code to bind_chains for an object of class 'foobar'
}
# }

Run the code above in your browser using DataLab