Learn R Programming

sgof (version 2.0.2)

summary.BY: 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, \dots)

Arguments

object
A BY object.
...
Additional arguments affecting the summary produced.

Value

  • RejectionsThe number of effects declared by the BY method.
  • FDRThe estimated false discovery rate.
  • Adjusted.pvaluesTable of adjusted p-values falling under alpha.

encoding

UTF-8

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

BY,plot.BY

Examples

Run this code
res<-BY(Hedenfalk$x)
summary(res)

Run the code above in your browser using DataLab