plot.BH {sgof}R Documentation

Plot of a BH object

Description

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

Usage

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

Arguments

x

A BH 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 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




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

[Package sgof version 2.3.4 Index]