FDR | R Documentation |
This function computes the false discovery rate from a vector of independent p-values. It extracts the cutoff corresponding to the specified FDR. See Benjamini & Hochberg 1995 paper.
FDR(x, FDR)
x |
A vector of independent p-values. |
FDR |
The false discovery rate. |
The corresponding cutoff.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.