Learn R Programming

sgof (version 2.3)

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.

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


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

Run the code above in your browser using DataLab