summary.BY {sgof} | R Documentation |
Summary of a BY object
Description
Summary of the most important results given by the BY procedure.
Usage
## S3 method for class 'BY'
summary(object, ...)
Arguments
object |
A BY object. |
... |
Additional arguments affecting the summary produced. |
Value
Rejections |
The number of effects declared by the BY method. |
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 Yekutieli D (2001). The control of the false discovery rate in multiple testing under dependency. Annals of Statistics 29, 1165–1188.
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<-BY(Hedenfalk$x)
summary(res)
[Package sgof version 2.3.5 Index]