PCI | R Documentation |
PCI - Stolen from rethinking by R. McElreath
PCI(samples, prob = 0.89)
samples |
A vector of data-points. |
prob |
A percentile interval. |
The equal tail credible interval.
set.seed(1)
RS = rpois(100, 5)
PCI(RS, 0.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.