combineChains {BayesianTools}R Documentation

Function to combine chains

Description

Function to combine chains

Usage

combineChains(x, merge = T)

Arguments

x

a list of MCMC chains

merge

logical determines whether chains should be merged

Value

combined chains

Note

to combine several chains to a single McmcSamplerList, see createMcmcSamplerList


[Package BayesianTools version 0.1.8 Index]