Quantile {resample} | R Documentation |
Compute quantiles using type = 6
Description
Front end to quantile, using type = 6 (appropriate for resampling)
Usage
Quantile(x, ..., type = 6)
Arguments
x |
|
... |
Other arguments passed to |
type |
With |
Details
This is a front end to quantile
.
Value
A vector or matrix of quantiles.
Author(s)
Tim Hesterberg timhesterberg@gmail.com,
https://www.timhesterberg.net/bootstrap-and-resampling
See Also
Examples
quantile(1:9, .2)
Quantile(1:9, .2)
[Package resample version 0.6 Index]