summarizeMCMC {TreeBUGS}R Documentation

MCMC Summary

Description

TreeBUGS-specific MCMC summary for mcmc.list-objects.

Usage

summarizeMCMC(mcmc, batchSize = 50, probs = c(0.025, 0.5, 0.975))

Arguments

mcmc

a mcmc.list object

batchSize

size of batches of parameters used to reduce memory load when computing posterior summary statistics (including Rhat and effective sample size).

probs

quantile probabilities used to compute credibility intervals


[Package TreeBUGS version 1.5.0 Index]