Package: DiscreteFDR
Type: Package
Title: Multiple Testing Procedures with Adaptation for Discrete Tests
Version: 1.3.7
Date: 2024-02-06
Authors@R: c(
    person("Sebastian", "Döhler", role = c("aut", "ctb")),
    person("Florian", "Junge", role = c("aut", "ctb", "cre"), 
           email = "diso.fbmn@h-da.de"),
    person("Guillermo", "Durand", role = c("aut", "ctb")),
    person("Etienne", "Roquain", role = "ctb"),
    person("Christina", "Kihn", role = "ctb")
  )
Description: Multiple testing procedures described in the paper Döhler, Durand and Roquain (2018) "New FDR bounds for discrete and heterogeneous tests" <doi:10.1214/18-EJS1441>. The main procedures of the paper (HSU and HSD), their adaptive counterparts (AHSU and AHSD), and the HBR variant are available and are coded to take as input a set of observed p-values and their discrete support under the null. A function to compute such p-values and supports for Fisher's exact tests is also provided, along with a wrapper allowing to apply discrete procedures directly from contingency tables.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.00)
LazyData: true
RoxygenNote: 7.3.1
Suggests: R.rsp, knitr, rmarkdown
VignetteBuilder: R.rsp, knitr
Imports: Rcpp (>= 1.0.1), methods, lifecycle
LinkingTo: Rcpp
URL: https://github.com/DISOhda/DiscreteFDR
BugReports: https://github.com/DISOhda/DiscreteFDR/issues
NeedsCompilation: yes
Packaged: 2024-02-08 12:50:39 UTC; Florian Junge
Author: Sebastian Döhler [aut, ctb],
  Florian Junge [aut, ctb, cre],
  Guillermo Durand [aut, ctb],
  Etienne Roquain [ctb],
  Christina Kihn [ctb]
Maintainer: Florian Junge <diso.fbmn@h-da.de>
Repository: CRAN
Date/Publication: 2024-02-08 23:50:15 UTC
