Rounds proportions to significant digits both near 0 and 1, then converts to percentiles
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.