fisherMethod | R Documentation |
Fisher's method is a meta-analysis technique used to combine the results from independent statistical tests with the same hypothesis (Wikipedia article).
fisherMethod(p.value, lower.tail = FALSE, log.p = TRUE)
p.value |
a numeric vector of p-values to combine. |
lower.tail |
logical; if TRUE (default), probabilities are
|
log.p |
logical; if TRUE, probabilities p are given as log(p). |
a number giving combined p-value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.