View source: R/calculateEQvalue.R
calculateQvalue | R Documentation |
This function calculates Q-value based on Storey.
calculateQvalue(df, lambda = seq(0.05, 0.5, 0.01))
df |
a data frame containng p-values |
lambda |
a vector of the lambda values utilized to obtain pi0.lambda |
data.frame
Atsushi Fukushima
Storey JD, The Annals of Statistics 31:2013-2035 (2003)
data(example.df)
p.value <- example.df$p.value
df <- data.frame(p.value = p.value)
res <- calculateQvalue(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.