hdr | R Documentation |
hdr(x, ...) ## Default S3 method: hdr(value, prob, int = NULL)
value |
A numeric vector of values for which the probability function gives probabilities. |
prob |
A numeric vector of probabilities of the same length as |
int |
A numeric vector describing the size of the desired range, as a
percentage. The default, |
Computes the interval holding the desired probability density
for a probability distribution.
This is a generic function. The default method takes a value
and a
prob
vector and finds the range(es) within value
holding the probability
density defined by int
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.