CombinedPValueMethod {combinationpvalues}R Documentation

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

Output <- SumOfPs(0.1,0.3,.7)
Final <- TippettMethod(Output)
Combined <- CombinedPValueMethod(Final,"Tippett")

[Package combinationpvalues version 0.1.4 Index]