Learn R Programming

fuzzyFDR (version 1.0)

fuzzyFDR-package: 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).

Arguments

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 ~~

References

Kulinsakaya and Lewin (2007).

Examples

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

Run the code above in your browser using DataLab