pvalr | R Documentation |
Format p values for the output and removes trailing numbers when p > .10
pvalr(pvals, sig.limit = 0.001, digits = 3, html = FALSE)
pvals |
A vector with p-values |
sig.limit |
The lowest threshold for full reporting |
digits |
the amount of digits to report when sig.limit < p < .10 |
html |
whether to use html coded output |
A string formatted p-value including equal and less-than sign
pvalr(c(0.432, 0.05, 0.00001))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.