Histogram of posterior distributions.
post.dist.hist(data, true=NULL, breaks = 20, mean = FALSE, median = TRUE)
Histograms illustrating posterior distributions.
Matrix of size p x Nmc where p denotes the number of parameters and Nmc the number of MCMC samples.
The true value of the parameters (for simulation only).
Parameter for 'hist()' function.
logical; if 'TRUE' the mean is added to the histogram.
logical; if 'TRUE' the median is added to the histogram.
Fabio Sigrist