formats p values with rounding and <0.001
p_format.Rd
formats p values with rounding and <0.001
Examples
p_format(c(0.000001, 0.451234))
#> [1] "<0.001" " 0.451"
p_format.Rd
formats p values with rounding and <0.001
p_format(c(0.000001, 0.451234))
#> [1] "<0.001" " 0.451"