powered by
#' Input is the test statistic of the previous method selected and it returns the combined p-value
CombinedPValueMethod(x, name)
#' test statistic of method used (i.e., Tippett, Stouffer, etc.)
# name of method using
Combined P-value
# 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