Learn R Programming

sgof (version 2.0.1)

plot.Binomial.SGoF: Plot of a Binomial.SGoF object

Description

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

Usage

## S3 method for class 'Binomial.SGoF':
plot(x, \dots)

Arguments

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

encoding

UTF-8

References

Carvajal Rodríguez A, de Uña Álvarez J and Rolán Álvarez E (2009) A new multitest correction (Binomial.SGoF) that increases its statistical power when increasing the number of tests. BMC Bioinformatics 10:209. 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

See Also

Binomial.SGoF,summary.Binomial.SGoF

Examples

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

res<-Binomial.SGoF(p)
plot(res)

Run the code above in your browser using DataLab