CombinedPValueMethod: CombinedPValueMethod

Description Usage Arguments Value Examples

View source: R/CombinedPValues.R

Description

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

Usage

1

Arguments

x

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

name

# name of method using

Value

Combined P-value

Examples

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

combinationpvalues documentation built on Sept. 5, 2021, 6:04 p.m.