liptak: Liptak combining function

View source: R/multiple_testing.R

liptakR Documentation

Liptak combining function

Description

This function takes an array of p-values and returns a combined p-value using Liptak's combining function: \sum_i \Phi^{-1}(1-p_i) where \Phi is the CDF of the Normal distribution

Usage

liptak(pvalues)

Arguments

pvalues

Array of p-values

Value

Combined p-value using Liptak's method

Examples

liptak(pvalues = c(.05, .1, .5))


permutest documentation built on Sept. 26, 2024, 5:07 p.m.