powered by
Front end to quantile, using type = 6 (appropriate for resampling)
Quantile(x, ..., type = 6)
resample object, numerical object, or other object with a method for quantile.
resample
quantile
Other arguments passed to quantile.
With type=6 and 99 observations, the k% quantile is the k'th smallest observation; this corresponds to equal probability above the largest observation, below the smallest observation, and between each pair of adjacent observations.
type=6
A vector or matrix of quantiles.
This is a front end to quantile.
# NOT RUN { quantile(1:9, .2) Quantile(1:9, .2) # }
Run the code above in your browser using DataLab