Learn R Programming

sgof (version 2.3)

plot.BY: Plot of a BY object

Description

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

Usage

# S3 method for BY
plot(x, …)

Arguments

x

A BY object.

Other parameters to be passed through to plotting functions.

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
# NOT RUN {


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

Run the code above in your browser using DataLab