Learn R Programming

spate (version 1.7.5)

mcmc.summary: Summary function for MCMC output.

Description

Auxilary function for summarizing MCMC output and illustrating the posterior distributions.

Usage

mcmc.summary(data, probs = c(0.025, 0.5, 0.975), mean = FALSE)

Value

Matrix with quantiles and the mean of the posterior distributions.

Arguments

data

Matrix of size p x Nmc where p denotes the number of parameters and Nmc the number of MCMC samples.

probs

Vector of quantiles that should be computed for each parameter.

mean

logical; if 'TRUE' the mean of the posterior distributions is computed as well.

Author

Fabio Sigrist

Examples

Run this code
data("spateMCMC")
mcmc.summary(spateMCMC$Post,mean=TRUE)

Run the code above in your browser using DataLab