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 |
remove_leading_zero |
If TRUE, remove leading zero |
add_percent_character |
If TRUE, add percent character |
character vector
proportion2percentile(0.011111)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.