FWEminP: FWE Adjustment Using Permutation

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

Description

FWE Adjustment Using Permutation and NPC

Usage

1
  FWEminP(Pmat)

Arguments

Pmat

matrix of p-values where comparisons are on the columns

Details

Multiplicity correction controlling the Family-Wise Error using the permutation p-values and NonParametric Combination with minP as combining function.

Value

numeric vector of corrected p.values

Author(s)

Dario Basso and Federico Mattiello <federico.mattiello@gmail.com>

References

Pesarin, F. and Salmaso, L. (2010) Permutation Tests for Complex Data. Wiley: United Kingdom

Finos, L. and Pesarin, F. and Salmaso, L. (2003) Test combinati per il controllo della molteplicit\'a mediante procedure di closed testing, Statistica Applicata, 15, 301–329.

See Also

p.adjust, p.adjust.methods

Examples

1
2
3
4
5
set.seed(123)
P <- matrix(runif(1010), nrow = 101, ncol = 10,
  dimnames = list(c("p-obs", paste("p-*", 1L:100)), LETTERS[1L:10]))
P[1L, 1L:4] <- 1/100
FWEminP(P)

SOUP documentation built on May 2, 2019, 8:18 a.m.

Related to FWEminP in SOUP...