sidak {aggregation}R Documentation

Perform the Sidak method.

Description

The Sidak method uses the minimum p-value but corrects it for the number of p-values that are aggregated.

Usage

sidak(pvalues)

Arguments

pvalues

A vector of p-values to be aggregated. NAs will be filtered.

Examples

sidak(c(.1, .2, .3))

[Package aggregation version 1.0.1 Index]