Learn R Programming

BayesianTools (version 0.1.8)

mergeChains: Merge Chains

Description

Merge a list of outputs from MCMC / SMC samplers

Usage

mergeChains(l, ...)

Value

a matrix

Arguments

l

a list with objects that can be accessed with getSample

...

arguments to be passed on to getSample

Author

Florian Hartig

Details

The function merges a list of outputs from MCMC / SMC samplers into a single matrix. Requirement is that the list contains classes for which the getSample function works