pretty_p_value | R Documentation |
p-values in a human-readable string
pretty_p_value(x, minval = 1e-04)
x |
A numeric vector. |
minval |
The minimum p-value to show (lower values will show as
|
A character vector of p-value representations.
pretty_p_value(c(1, 0, NA, 0.01, 0.0000001))
pretty_p_value(c(1, 0, NA, 0.01, 0.0000001), minval = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.