Format p value
format_p_value.Rd
Format p value
Arguments
- p_value
A numeric vector
- lower_bound
A numeric single value (default = NULL), that will be the lower bound
Examples
format_p_value(c(.001,.00000001),lower_bound = 0.001)
#> [1] "0.0010" "<0.001"