pvl | R Documentation |
Get pretty p-values (sometimes)
pvl(x, signif = 4)
x |
A vector of p-values |
signif |
Significant digits (default = 4) to keep |
x, if x > x^(-signif), otherwise "<1^(-signif)" in non-scientific notation
pvl(c(0.0000003, 0.06), 2) # returns "<0.01" "0.06"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.