Description Usage Arguments Value Examples
View source: R/PearsonsMethod.r
#' Combination p-value method that uses Pearson statistic -Summation i= 1 to n log(1-pi) where p equals p value
1 |
x |
#' InfinitePs |
Combined P-value
1 2 | Output <- SumOfPs(0.1,0.3,.7)
Final <- PearsonsMethod(Output)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.