GeorgeMethod {combinationpvalues} | R Documentation |
#' Combination p-value method that uses George statistic Summation i=1 to n log(pi/(1-pi)) where p equals p-value
GeorgeMethod(x)
x |
#' SumOfPs |
Combined P-value
Output <- SumOfPs(0.1,0.3,.7)
Final <- GeorgeMethod(Output)