plot.BY: Plot of a BY object

View source: R/plot.BY.R

plot.BYR Documentation

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, ...)

Arguments

x

A BY object.

...

Other parameters to be passed through to plotting functions.

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.

See Also

BY,summary.BY

Examples




res<-BY(Hedenfalk$x)
plot(res)  

sgof documentation built on Sept. 8, 2023, 5:34 p.m.