example1 {fuzzyFDR}R Documentation

Examples 1 and 3 of Kulinskaya and Lewin

Description

Observed and previously attainable p-values used in Examples 1 and 3 of Kulinskaya and Lewin.

Usage

data(example1)

Format

A data frame with 7 observations on the following 2 variables.

pvals
a numeric vector
pprev
a numeric vector

Source

Kulinskaya and Lewin (2007).

Examples

data(example1)
fuzzyBHexact(example1$pvals,example1$pprev,alpha=0.05)

[Package fuzzyFDR version 1.0 Index]