powered by
Format p values
format_p_value(x, accuracy = 1e-04)
Formatted number as character string.
character
A number to format.
number
A number to round to. For example, use 0.01 to show 2 decimal places of precision. Defaults to 0.0001, corresponding to 4 decimal places of precision.
0.01
0.0001
format_p_value(0.03445553) format_p_value(0.0003445553) format_p_value(0.00003445553)
Run the code above in your browser using DataLab