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