powered by
Visualizes the MCMC trace plots and posterior densities of the gamma parameters from a birp object.
birp
plot_mcmc(x, col = c("black", "blue"))
No return value; the function is called for its side effects (plotting).
A birp object containing posterior samples.
Character vector; Colors for trace and density plots. Default is c("black", "blue").
data <- simulate_birp() est <- birp(data) plot_mcmc(est)
Run the code above in your browser using DataLab