Description Usage Arguments Value Examples
View source: R/CombinedPValues.R
#' Input is the test statistic of the previous method selected and it returns the combined p-value
1 |
x |
#' test statistic of method used (i.e., Tippett, Stouffer, etc.) |
name |
# name of method using |
Combined P-value
1 2 3 | Output <- SumOfPs(0.1,0.3,.7)
Final <- TippettMethod(Output)
Combined <- CombinedPValueMethod(Final,"Tippett")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.