credible_prep {EBASE} | R Documentation |
Get credible intervals for a, R, b
credible_prep(res, params = c("a", "R", "b"), labels = FALSE)
res |
output data frame from |
params |
character vector indicating which parameters to plot, one to any of |
labels |
logical indicating of parameter labels are output as an expression for parsing in plot facets, default |
This function gets 95% credible intervals (2.5th to 97.5th percentiles, approximate posterior distributions) for a
, R
, and/or b
using the output from ebase
. The function is used in credible_plot
, but is provided as a separate function for convenience.
A data frame
# get credible intervals
credible_prep(exres)