Learn R Programming

aggregation (version 1.0.1)

sidak: 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

Run this code
# NOT RUN {
sidak(c(.1, .2, .3))
# }

Run the code above in your browser using DataLab