powered by
p-values in a human-readable string
pretty_p_value(x, minval = 1e-04)
A character vector of p-value representations.
A numeric vector.
The minimum p-value to show (lower values will show as paste0("<", minval)).
paste0("<", minval)
pretty_p_value(c(1, 0, NA, 0.01, 0.0000001)) pretty_p_value(c(1, 0, NA, 0.01, 0.0000001), minval = 0.05)
Run the code above in your browser using DataLab