pvalues | R Documentation |
This data set contains 4,289 p-values. These data are used to
illustrate the functionality of the functions fdrtool
and pval.estimate.eta0
.
data(pvalues)
pvalues
is a vector with 4,289 p-values.
# load fdrtool library
library("fdrtool")
# load data set
data(pvalues)
# estimate density and distribution function,
# and compute corresponding (local) false discovery rates
fdrtool(pvalues, statistic="pvalue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.