powered by
Auxilary function for summarizing MCMC output and illustrating the posterior distributions.
mcmc.summary(data, probs = c(0.025, 0.5, 0.975), mean = FALSE)
Matrix with quantiles and the mean of the posterior distributions.
Matrix of size p x Nmc where p denotes the number of parameters and Nmc the number of MCMC samples.
Vector of quantiles that should be computed for each parameter.
logical; if 'TRUE' the mean of the posterior distributions is computed as well.
Fabio Sigrist
data("spateMCMC") mcmc.summary(spateMCMC$Post,mean=TRUE)
Run the code above in your browser using DataLab