View source: R/format_p_value.r
format_p_value | R Documentation |
Format p value
format_p_value(p_value, lower_bound = NULL)
p_value |
A numeric vector |
lower_bound |
A numeric single value (default = NULL), that will be the lower bound |
A characther vector.
format_p_value(c(.001,.00000001),lower_bound = 0.001)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.