combine.chains: Combine mcmc chains

View source: R/bayou-mcmc-utilities.R

combine.chainsR Documentation

Combine mcmc chains

Description

Combine mcmc chains

Usage

combine.chains(chain.list, thin = 1, burnin.prop = 0)

Arguments

chain.list

The first chain to be combined

thin

A number or vector specifying the thinning interval to be used. If a single value, then the same proportion will be applied to all chains.

burnin.prop

A number or vector giving the proportion of burnin from each chain to be discarded. If a single value, then the same proportion will be applied to all chains.

Value

A combined bayouMCMC chain


uyedaj/bayou documentation built on July 1, 2024, 9:35 a.m.