plot_posterior: Create posterior plot of a parameter with credible interval...

Description Usage Arguments Value

View source: R/plot_posterior.R

Description

Create posterior plot of a parameter with credible interval limits shown as vertical lines

Usage

1
plot_posterior(mcmc.sample, alpha = 0.05, ncol = 1)

Arguments

mcmc.sample

Data frame with 2 columns. parm, and sample. A separate posterior plot is generated for each parameter.

alpha

Used to determine credible interval.

ncol

Number of columns in the plot (default=1).

Value

Posterior plot(s) as an ggplot2 object


BTSPAS documentation built on Oct. 25, 2021, 9:07 a.m.