fuzzyFDR-package {fuzzyFDR}R Documentation

Exact calculation of fuzzy decision rules for multiple testing

Description

Exact calculation of fuzzy decision rules for multiple testing. Choose to control FDR (false discovery rate) using the Benjamini and Hochberg method, or FWER (family wise error rate) using the Bonferroni method. Kulinsakaya and Lewin (2007).

Details

Package: fuzzyFDR
Type: Package
Version: 1.0
Date: 2007-10-16
License: GPL
~~ An overview of how to use the package, including the most important functions ~~

Author(s)

Alex Lewin Maintainer: Alex Lewin <a.m.lewin@imperial.ac.uk>

References

Kulinsakaya and Lewin (2007).

Examples

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

[Package fuzzyFDR version 1.0 Index]