StoufferMethod {combinationpvalues} | R Documentation |
StoufferMethod
Description
#' Combination p-value method that uses Stouffer statistic Summation i=1 to n inverse CDF of N(0,1)(pi) where p equals p-value
Usage
StoufferMethod(x)
Arguments
x |
#' SumOfPs |
Value
Combined P-value
Examples
Output <- SumOfPs(0.1,0.3,.7)
Final <- StoufferMethod(Output)
[Package combinationpvalues version 0.1.4 Index]