Learn R Programming

permutest (version 1.0.0)

tippett: Tippett combining function

Description

This function takes an array of p-values and returns a combined p-value using Tippett's combining function: \(\max_i \{1-p_i\}\)

Usage

tippett(pvalues)

Value

Combined p-value using Tippett's method

Arguments

pvalues

Array of p-values

Examples

Run this code
tippett(pvalues = c(.05, .1, .5))

Run the code above in your browser using DataLab