View source: R/summarisePost.R
summarisePost | R Documentation |
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)
.data |
A data frame or data frame extension (e.g. a tibble) containing a column called 'value' |
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%. |
Kevin See
#summarisePost()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.