holm_adjusted_p: Holm-adjusted p-values

View source: R/holm_adjusted_p_values.R

holm_adjusted_pR Documentation

Holm-adjusted p-values

Description

Adjust a vector of p-values using the method proposed by Holm

Usage

holm_adjusted_p(p = NULL)

Arguments

p

a numeric vector of p-values

Details

See the following reference: Holm 1979 https://www.jstor.org/stable/4615733 Manual for the 'p.adjust' function in the 'stats' package https://stat.ethz.ch/R-manual/R-devel/library/stats/html/p.adjust.html

Examples

holm_adjusted_p(c(.05, .01))
holm_adjusted_p(c(.05, .05, .05))

kim documentation built on Oct. 9, 2023, 5:08 p.m.