Package: DiscreteFDR
Type: Package
Title: FDR Based Multiple Testing Procedures with Adaptation for
        Discrete Tests
Version: 2.1.0
Date: 2024-12-14
Authors@R: c(
    person("Sebastian", "Döhler", role = c("aut", "ctb"),
           email = "sebastian.doehler@h-da.de",
           comment = c(ORCID = "0000-0002-0321-6355")),
    person("Florian", "Junge", role = c("aut", "ctb", "cre"), 
           email = "diso.fbmn@h-da.de",
           comment = c(ORCID = "0009-0001-6856-6938")),
    person("Guillermo", "Durand", role = c("aut", "ctb"),
           comment = c(ORCID = "0000-0003-4056-5631")),
    person("Etienne", "Roquain", role = "ctb"),
    person("Christina", "Kihn", role = "ctb")
  )
Description: Implementations of the multiple testing procedures for discrete
  tests 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 the results of a test procedure from package 'DiscreteTests', or a set
  of observed p-values and their discrete support under their nulls. A
  shortcut function to obtain such p-values and supports is also provided,
  along with a wrapper allowing to apply discrete procedures directly to data.
License: GPL-3
Language: en-US
Encoding: UTF-8
Depends: R (>= 3.00)
Imports: Rcpp (>= 1.0.12), DiscreteTests (>= 0.2.1), lifecycle,
        checkmate, DiscreteDatasets
LinkingTo: Rcpp, RcppArmadillo
Suggests: rmarkdown, knitr, R.rsp, kableExtra
VignetteBuilder: knitr, R.rsp
URL: https://github.com/DISOhda/DiscreteFDR
BugReports: https://github.com/DISOhda/DiscreteFDR/issues
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2024-12-14 14:29:51 UTC; fjunge
Author: Sebastian Döhler [aut, ctb] (<https://orcid.org/0000-0002-0321-6355>),
  Florian Junge [aut, ctb, cre] (<https://orcid.org/0009-0001-6856-6938>),
  Guillermo Durand [aut, ctb] (<https://orcid.org/0000-0003-4056-5631>),
  Etienne Roquain [ctb],
  Christina Kihn [ctb]
Maintainer: Florian Junge <diso.fbmn@h-da.de>
Repository: CRAN
Date/Publication: 2024-12-14 14:50:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-02 03:27:43 UTC; windows
Archs: x64
