Learn R Programming

sgof (version 2.0.2)

summary.Binomial.SGoF: Summary of a Binomial.SGoF object

Description

Summary of the most important results given by the Binomial SGoF procedure.

Usage

## S3 method for class 'Binomial.SGoF':
summary(object, \dots)

Arguments

object
A Binomial.SGoF object.
...
Additional arguments affecting the summary produced.

Value

  • RejectionsThe number of effects declared by the Binomial SGoF procedure .
  • FDRThe estimated false discovery rate.
  • Adjusted.pvaluesTable of adjusted p-values falling under gamma.

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 Dalmasso C, Broet P and Moreau T (2005) A simple procedure for estimating the false discovery rate. Bioinformatics 21:660--668

See Also

Binomial.SGoF,plot.Binomial.SGoF

Examples

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

res<-Binomial.SGoF(p)
summary(res)   #number of rejected nulls, estimated FDR

Run the code above in your browser using DataLab