Description Usage Value Author(s) References Examples
View source: R/aveytoolkit_fishersMethod.R
This function combines multiple p-values according to Fisher's Method
1 |
a single combined p-value
Mike Love
http://mikelove.wordpress.com/2012/03/12/combining-p-values-fishers-method-sum-of-p-values-binomial/
1 2 | x <- c(runif(1000, 0, 1),runif(100,.1,.2))
fishersMethod(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.