quantile.dist.emp | R Documentation |
Empirically a quantile from a sampling distribution.
## S3 method for class 'dist.emp' quantile(x, prob, quantile = 0.5, n = 1e+06)
x |
The values. |
prob |
The weights (same length as values). |
quantile |
The quantile to find. |
n |
The number of random values to generate. |
Value at requested quantile.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.