View source: R/calculateEQvalue.R
calculateFDRBH | R Documentation |
This function calculates FDR based on BH.
calculateFDRBH(df)
df |
a data frame containng p-values |
data.frame
Atsushi Fukushima
Benjamini Y and Hochberg Y, J Roy Stat Soc B 57: 289?300 (1995)
p.value <- runif(10)/(1:10)
df <- data.frame(p.value = p.value)
res <- calculateFDRBH(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.