plot.SGoF {sgof}R Documentation

Plot of a SGoF object

Description

Plot the Adjusted p-values given by the Conservative SGoF method.

Usage

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

Arguments

x

A SGoF object.

...

Other parameters to be passed through to plotting functions.

Author(s)

Irene Castro Conde and Jacobo de Uña Álvarez

References

Castro Conde I and de Uña Álvarez J (2015). Adjusted p-values for SGoF multiple test procedure. Biometrical Journal; 57(1): 108-122. DOI:DOI:10.1002/bimj.201300238.

de Uña Álvarez J (2011). On the statistical properties of SGoF multitesting method. Statistical Applications in Genetics and Molecular Biology, Vol. 10, Iss. 1, Article 18.

See Also

SGoF,summary.SGoF

Examples


p<-runif(387)^2  #387 independent p-values, non-uniform intersection null violated

res<-SGoF(p)
plot(res)  

[Package sgof version 2.3.4 Index]