Learn R Programming

combinationpvalues (version 0.1.4)

CombinedPValueMethod: CombinedPValueMethod

Description

#' Input is the test statistic of the previous method selected and it returns the combined p-value

Usage

CombinedPValueMethod(x, name)

Arguments

x

#' test statistic of method used (i.e., Tippett, Stouffer, etc.)

name

# name of method using

Value

Combined P-value

Examples

Run this code
# NOT RUN {
Output <- SumOfPs(0.1,0.3,.7)
Final <- TippettMethod(Output)
Combined <- CombinedPValueMethod(Final,"Tippett")
# }

Run the code above in your browser using DataLab