| interval_credible | R Documentation |
Computes the shortest credible interval within which an unobserved parameter value falls with a particular probability.
interval_credible(x, ...)
## S4 method for signature 'numeric'
interval_credible(x, level = 0.95)
x |
A |
... |
Currently not used. |
level |
A length-one |
A three-columns numeric matrix giving the lower and upper boundaries
of the credible interval and associated probability.
N. Frerebeau
Other summary statistics:
confidence_binomial(),
confidence_mean(),
confidence_multinomial(),
interval_hdr()
## HDR of the Old Faithful eruption times
interval_hdr(faithful$eruptions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.