After the user has extracted posterior draws from an `mcmc` object and wrangled them into a long tibble, this function computes several summary statistics.
summarisePost(.data, value, ..., .cred_int_prob = 0.95)
A data frame or data frame extension (e.g. a tibble) containing a column called `value`
name of the column containing posterior values. Default is `value`.
<tidy-select> Columns to group by (e.g. `origin`, `param`, etc.) #' @param .cred_int_prob A numeric scalar in the interval (0,1) giving what higest posterior density portion of the posterior the credible interval should cover. The default value is 95%.
#summarisePost()