credible_interval | R Documentation |
Compute upper and lower values of the 95% credible interval
credible_interval(x, type = c("0.95", "0.99"))
x |
posterior values for a parameter |
type |
either one of '0.95' for 95% CI or '0.99' for 99% CI |
numeric vector. Element 1 is the lower 95% CI, element 2 is the upper 95% CI.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.