summary.BH {sgof} | R Documentation |
Summary of a BH object
Description
Summary of the most important results given by the BH procedure.
Usage
## S3 method for class 'BH'
summary(object, ...)
Arguments
object |
A BH object. |
... |
Additional arguments affecting the summary produced. |
Value
Rejections |
The number of effects declared by the BH procedure. |
FDR |
The estimated false discovery rate. |
Adjusted.pvalues |
Table of adjusted p-values falling under alpha. |
Author(s)
Irene Castro Conde and Jacobo de Uña Álvarez
References
Benjamini Y and Hochberg Y (1995): Controlling the False Discovery Rate: A Practical and Powerful Approach to Multiple Testing. Journal of the Royal Statistical Society Series B (Methodological) 57, 289–300.
Dalmasso C, Broet P and Moreau T (2005) A simple procedure for estimating the false discovery rate. Bioinformatics 21:660–668
See Also
Examples
res<-BH(Hedenfalk$x)
summary(res)
[Package sgof version 2.3.5 Index]