p.adjust.nlp: Adjust p-values where n is less than p.

Description Usage Arguments References

Description

This function recapitulates p.adjust but allows the number of hypothesis tests n to be less than the number of p-values p. Statistical properties of the p-value adjustments may not hold.

Usage

1
p.adjust.nlp(p, method = p.adjust.methods, n = length(p))

Arguments

p

Numeric vector of p-values.

method

Correction method.

n

Number of comparisons to be made.

References

http://stackoverflow.com/a/30110186/560791


andymckenzie/bayesbio documentation built on June 13, 2019, 7:01 p.m.