p_format | R Documentation |
formats p values with rounding and <0.001
p_format(p, digits = 3)
p |
vector of numeric p-values |
digits |
the number of digits to round to, and define the threshold to use the < symbol |
character vector of formated p-values
p_format(c(0.000001, 0.451234))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.