Learn R Programming

sgof (version 2.0.2)

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

Description

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

Usage

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

Arguments

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

Value

  • RejectionsThe number of effects declared by the Bayesian SGoF procedure.
  • FDRThe estimated false discovery rate.
  • PosteriorThe posterior probability that the complete null hypothesis is true considering the non informative election.
  • sThe proportion of p-values falling below gamma.
  • s.alphaThe first integer from 0 to n such that the Bayesian pre-test rejects the complete null hypothesis.

encoding

UTF-8

References

Castro Conde I and de Uña Álvarez J (2013). SGoF multitesting method under the Bayesian paradigm. Discussion Papers in Statistics and Operation Research. Report 13/06. Statistics and OR Department. University of Vigo. https://webs.uvigo.es/depc05/reports/13_06.pdf Dalmasso C, Broet P and Moreau T (2005) A simple procedure for estimating the false discovery rate. Bioinformatics 21:660--668

See Also

Bayesian.SGoF

Examples

Run this code
res<-Bayesian.SGoF(Hedenfalk$x)
summary(res)

Run the code above in your browser using DataLab