tippett {permutest} | R Documentation |
This function takes an array of p-values and returns a combined p-value using Tippett's combining function:
\max_i \{1-p_i\}
tippett(pvalues)
pvalues |
Array of p-values |
Combined p-value using Tippett's method
tippett(pvalues = c(.05, .1, .5))