Description Usage Arguments References
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.
1 | p.adjust.nlp(p, method = p.adjust.methods, n = length(p))
|
p |
Numeric vector of p-values. |
method |
Correction method. |
n |
Number of comparisons to be made. |
http://stackoverflow.com/a/30110186/560791
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.