pval {fdrtool}R Documentation

Example p-Values

Description

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.

Usage

data(pval)

Format

pval is a vector with 4,289 p-values.

Examples

# load fdrtool library
library("fdrtool")

# load data set
data(pval)

# plot distribution of p-values
density.pr(pval, df=30, plot=TRUE)

[Package fdrtool version 1.0.0 Index]