mergeChains {BayesianTools} | R Documentation |
Merge Chains
Description
Merge a list of outputs from MCMC / SMC samplers
Usage
mergeChains(l, ...)
Arguments
l |
a list with objects that can be accessed with |
... |
arguments to be passed on to |
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
Value
a matrix
Author(s)
Florian Hartig
[Package BayesianTools version 0.1.8 Index]