Learn R Programming

sgof (version 2.3.5)

plot.BH: Plot of a BH object

Description

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

Usage

# S3 method for BH
plot(x, ...)

Arguments

x

A BH object.

...

Other parameters to be passed through to plotting functions.

Author

Irene Castro Conde and Jacobo de Uña Álvarez

References

Benjamini Y and Hochberg Y (1995). Controlling the False Discovery Rate: A Practical and Powerful Approach to Multiple Testing. Journal of the Royal Statistical Society Series B (Methodological) 57, 289--300.

See Also

BH,summary.BH,SGoF

Examples

Run this code



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

Run the code above in your browser using DataLab