CombinedPValueMethod {combinationpvalues} | R Documentation |
#' Input is the test statistic of the previous method selected and it returns the combined p-value
CombinedPValueMethod(x, name)
x |
#' test statistic of method used (i.e., Tippett, Stouffer, etc.) |
name |
# name of method using |
Combined P-value
Output <- SumOfPs(0.1,0.3,.7)
Final <- TippettMethod(Output)
Combined <- CombinedPValueMethod(Final,"Tippett")