fdrBH | R Documentation |
FDR threshold based on the Benjamini-Hochberg algorithm
fdrBH(p, q)
p |
a vector of p-values |
q |
False Discovery Rate level |
p-value threshold based on independence or positive dependence
fdrBH(seq(0.01,0.1,0.01),q=0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.