format_p_value | R Documentation |
Format p values
format_p_value(x, accuracy = 1e-04)
x |
A |
accuracy |
A number to round to. For example, use |
Formatted number as character
string.
format_p_value(0.03445553)
format_p_value(0.0003445553)
format_p_value(0.00003445553)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.