Description Usage Arguments Value Examples
deciles takes in a numeric vector and returns a named vector that
contains the min, 10, 20, 30, 40, 50, 60, 70, 80, and 90th percentiles,
and the max. Missing values are always removed
| 1 | deciles(x)
 | 
| x | a numeric or integer vector | 
a numeric vector with names for the corresponding decile
| 1 | deciles(0:100)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.