Description Usage Arguments Value Author(s) Examples
View source: R/chromosomeStats.R
Combines pvalues by using Fisher's method
1 | fisher.method(pvals)
|
pvals |
Vector of p values |
Combined p value
Sander Bollen
1 2 | pvals <- runif(20) #generate 20 pvals
fisher.method(pvals)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.