Description Usage Arguments Value
Given a vector of probabilities (x), returns a numeric vector with values at 2.5%, median and 97.5% of the distribution (x)
1 | get_cis(x, lwr = 0.025, med = 0.5, upr = 0.975)
|
x |
is a numeric vector of probabilities |
a numeric vector with values at 2.5%, median and 97.5% of the distribution (x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.