Package: FDX
Type: Package
Title: False Discovery Exceedance Controlling Multiple Testing
        Procedures
Version: 2.0.2
Date: 2024-11-11
Authors@R: c(
    person("Sebastian", "Döhler", role = "aut",
           email = "sebastian.doehler@h-da.de",
           comment = c(ORCID = "0000-0002-0321-6355")),
    person("Florian","Junge", role = c("aut", "cre"), 
           email = "diso.fbmn@h-da.de",
           comment = c(ORCID = "0009-0001-6856-6938")), 
    person("Etienne", "Roquain", role = "ctb")
  )
Description: Multiple testing procedures for heterogeneous and discrete tests as
    described in Döhler and Roquain (2020) <doi:10.1214/20-EJS1771>. The main 
    algorithms of the paper are available as continuous, discrete and weighted
    versions. They 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 wrappers 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), PoissonBinomial (>= 1.2.0), pracma,
        DiscreteFDR (>= 2.0.0), checkmate, lifecycle, methods
Suggests: DiscreteTests (>= 0.2.1)
LinkingTo: Rcpp, RcppArmadillo, PoissonBinomial
URL: https://github.com/DISOhda/FDX
BugReports: https://github.com/DISOhda/FDX/issues
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2024-11-11 20:38:52 UTC; fjunge
Author: Sebastian Döhler [aut] (<https://orcid.org/0000-0002-0321-6355>),
  Florian Junge [aut, cre] (<https://orcid.org/0009-0001-6856-6938>),
  Etienne Roquain [ctb]
Maintainer: Florian Junge <diso.fbmn@h-da.de>
Repository: CRAN
Date/Publication: 2024-11-11 20:50:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-01 02:05:12 UTC; windows
Archs: x64
