p.signs | R Documentation |
This functions allows Assigning symbols to p-values.
p.signs(
data,
margins = TRUE,
label.ns = TRUE
)
data |
Vector with p-values |
margins |
Determines whether p-values between 0.05 and 0.1 should be mentioned as well |
label.ns |
To specify whether non-significant values shoule be labelled as "ns" or not. |
p.signs(c(0.05, 0.2, 0.001))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.