Description Usage Arguments Examples
View source: R/pretty_round_p_value.R
Pretty round p-value
1 2 3 4 5 | pretty_round_p_value(
p_value_vector = NULL,
round_digits_after_decimal = 3,
include_p_equals = FALSE
)
|
p_value_vector |
one number or a numeric vector |
round_digits_after_decimal |
round to nth digit after decimal |
include_p_equals |
if |
1 2 3 | pretty_round_p_value(p_value_vector = 0.049,
round_digits_after_decimal = 2, include_p_equals = FALSE)
pretty_round_p_value(c(0.0015, 0.0014), include_p_equals = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.