plot.BY {sgof} | R 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
Examples
res<-BY(Hedenfalk$x)
plot(res)
[Package sgof version 2.3.5 Index]