pval {fdrtool} | R Documentation |
This data set contains 4,289 p-values. These data are used to
illustrate the functionality of the functions fdr.control
and fdr.estimate.eta0
.
data(pval)
pval
is a vector with 4,289 p-values.
# load fdrtool library library("fdrtool") # load data set data(pval) # plot distribution of p-values density.pr(pval, df=30, plot=TRUE)