sidak: Perform the Sidak method.

Description Usage Arguments Examples

View source: R/sidak.R

Description

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

Usage

1
sidak(pvalues)

Arguments

pvalues

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

Examples

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

Example output

[1] 0.271

aggregation documentation built on May 2, 2019, 9:14 a.m.