distSmry: Distribution summary
Description
Summarize a numerical distribution.
Usage
distSmry(x, p = 0.95, ...)
Arguments
- x
vector of numerical values.
- p
percent of distribution to summarized by quantile interval (ci) and
highest posterior density interval (hdi).
- ...
arguments passed to mlv
to estimate the
mode if use.mlv
is TRUE
.