View source: R/p.adjust.resample.R
p.adjust.resamp | R Documentation |
Wrapper around 'p.adjust', for simple use will do the same.
p.adjust.resamp(p, method = "BH", n.samples = 100)
p |
numeric vector of p-values |
method |
correction method, a character string. Can be abbreviated. see 'p.adjust.methods' |
n.samples |
Integer. How many times should p-values be resampled |
A numeric vector of corrected p-values (of the same length as p, with names copied from p).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.