psignr | R Documentation |
Format p values for the output and removes trailing numbers when p > .10
psignr(pvals, sig.limit = c(0.05, 0.01, 0.001), html = FALSE)
pvals |
A vector with p-values |
sig.limit |
The thresholds for adding an additional asterisk |
html |
whether to use html coded output |
A string of asterisks
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.