posterior_summary_fun | R Documentation |
Takes samples and calculates summary statistics (mean, standard deviation, and quantiles (if desired)).
posterior_summary_fun(.data, probs = c(0.025, 0.5, 0.975))
.data |
|
probs |
Percentiles to provide quantiles at. Set to NULL to skip computing quantiles. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.