| minimump | R Documentation |
Minimum P-value
minimump(p, alpha = 0.05, log.p = FALSE)
p |
A vector of P-values. |
alpha |
The significance level. |
log.p |
Whether to return the log of the P-value. |
p <- c(0.01, 0.02, 0.03, 0.04, 0.05)
minimump(p)
minimump(p, alpha = 0.01)
minimump(p, log.p = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.