sidak: Sidak's Method for Aggregating p-values

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/sidak.R

Description

Aggregate a set of p-values by adjusting the minimum p-value w.r.t. the number of p-values being adjusted.

Usage

1
sidak(pvalues)

Arguments

pvalues

A vector of p-values to be aggregated using Sidak's Method. NAs and values outside the interval [0,1] will be removed.

Value

A single scalar aggregated p-value (between 0 and 1).

Author(s)

Rupam Bhattacharyya, rupamb@umich.edu

References

Šidák, Z. (1967). Rectangular confidence regions for the means of multivariate normal distributions. Journal of the American Statistical Association, 62(318), 626-633.

See Also

lancaster, stouffer, fisher

Examples

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

rupambh/rupamb625 documentation built on Nov. 26, 2019, 9 a.m.