Package: FDX
Type: Package
Title: False Discovery Exceedance Controlling Multiple Testing
        Procedures
Version: 2.0.0
Date: 2024-10-15
Authors@R: c(
    person("Sebastian", "Döhler", role = "aut"),
    person("Florian","Junge", role = c("aut", "cre"), 
           email = "florian.junge@h-da.de"), 
    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
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-10-15 11:59:59 UTC; fjunge
Author: Sebastian Döhler [aut],
  Florian Junge [aut, cre],
  Etienne Roquain [ctb]
Maintainer: Florian Junge <florian.junge@h-da.de>
Repository: CRAN
Date/Publication: 2024-10-15 14:20:11 UTC
