Learn R Programming

sgof (version 2.0.1)

plot.SGoF: 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, \dots)

Arguments

x
A SGoF object.
...
Other parameters to be passed through to plotting functions.

encoding

UTF-8

References

Castro Conde I and de Uña Álvarez J (2013). Adjusted p-values for SGoF multitesting method. Discussion Papers in Statistics and Operation Research. Report 13/05. Statistics and OR Department. University of Vigo. https://webs.uvigo.es/depc05/reports/13_05.pdf 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

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

res<-SGoF(p)
plot(res)

Run the code above in your browser using DataLab