example2 {fuzzyFDR}R Documentation

Example 2 of Kulinskaya and Lewin

Description

Observed and previously attainable p-values used in Example 2 of Kulinskaya and Lewin.

Usage

data(example2)

Format

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

pvals
a numeric vector
pprev
a numeric vector

Source

Kulinskaya and Lewin (2007).

Examples

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

[Package fuzzyFDR version 1.0 Index]