proportion2percentile | R Documentation |
Rounds proportions to significant digits both near 0 and 1, then converts to percentiles
proportion2percentile(
p,
digits = 2,
remove_leading_zero = TRUE,
add_percent_character = FALSE
)
p |
probability |
digits |
rounding digits. Defaults to 2 |
remove_leading_zero |
Remove leading zero for small percentiles, Defaults to TRUE |
add_percent_character |
Append percent character. Defaults to FALSE |
character vector
proportion2percentile(0.01111)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.