Learn R Programming

combinationpvalues (version 0.1.4)

PearsonsMethod: PearsonsMethod

Description

#' Combination p-value method that uses Pearson statistic -Summation i= 1 to n log(1-pi) where p equals p value

Usage

PearsonsMethod(x)

Arguments

x

#' InfinitePs

Value

Combined P-value

Examples

Run this code
# NOT RUN {
Output <- SumOfPs(0.1,0.3,.7)
Final <- PearsonsMethod(Output)
# }

Run the code above in your browser using DataLab