TITLE(quantile @@ Sample Quantiles)
USAGE(
quantile(x, probs=seq(0, 1, 0.25), na.rm=FALSE)
)
ALIAS(quantile)
DESCRIPTION(
LANG(quantile)
produces sample quantiles corresponding to the
given probabilities.
The smallest observation corresponds to
a probability of 0 and the largest to a probability of 1.
)
