p.adjust.nlp: Adjust p-values where n is less than p.
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
p.adjust.nlp(p, method = p.adjust.methods, n = length(p))