mcmcProcess {nclbayes}R Documentation

Function to remove burn-in and thin MCMC output

Description

Function chops off burnin iterations and then thins the output by taking every thin iterates.

Usage

mcmcProcess(input, burnin = 1000, thin = 1)

Arguments

input

matrix containing MCMC realisations.

burnin

number of initial iterations to delete.

thin

level of thinning.


[Package nclbayes version 0.3.10 Index]