Description Usage Arguments Value Examples
Adjusts a set of p-values using the false discovery rate (FDR) correction, and returns a logical vector indicating whether each corresponding adjusted p-value is below 0.05 (alpha of 0.05).
1 | fdrAdjust(p)
|
p |
A numeric vector of p-values from an analysis. |
A logical vector indicating whether or not each of the p-values satisfy an alpha of 0.05, following FDR correction (0 is no, 1 is yes).
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.