percentile2value | R Documentation |
Calculate what is the actual value of the N-th percentile in a distribution or set of numbers. Useful for calculating cutoffs, and displaying them by whist()s "vline" paramter.
percentile2value(
distribution,
percentile = 0.95,
FirstValOverPercentile = TRUE
)
distribution |
A numeric vector |
percentile |
percentile, Default: 0.95 |
FirstValOverPercentile |
PARAM_DESCRIPTION, Default: TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.