Learn R Programming

sgof (version 2.0.1)

plot.BY: Plot of a BY object

Description

Plot of the Adjusted p-values given by the BY method.

Usage

## S3 method for class 'BY':
plot(x, \dots)

Arguments

x
A BY object.
...
Other parameters to be passed through to plotting functions.

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.

See Also

BY,summary.BY

Examples

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

Run the code above in your browser using DataLab