#' Posterior distribution of calibrated parameters
#'
#' A \code{data.frame} with the summary statistics of the calibrated parameters.
#' @format A \code{data.frame} with three rows, one per calibrated parameter
#' and 6 columns:
#' \describe{
#' \item{Parameter}{Parameter name.}
#' \item{Mean}{Posterior mean.}
#' \item{2.5\%}{Lower bound of credible interval.}
#' \item{50\%}{Posterior median.}
#' \item{97.5\%}{Upper bound of credible interval.}
#' \item{MAP}{Maximum-a-posteriori (MAP) estimate.}
#' }
#' @docType data
"df_posterior_summ"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.