Package: FDX Type: Package Title: False Discovery Exceedance Controlling Multiple Testing Procedures Version: 2.0.3 Date: 2024-11-16 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) . 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 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libfftw3-dev Repository: https://disohda.r-universe.dev Date/Publication: 2024-11-16 13:57:19 UTC RemoteUrl: https://github.com/disohda/fdx RemoteRef: HEAD RemoteSha: 7a2882695b5fea0ef61452e08b53325cae5394da NeedsCompilation: yes Packaged: 2026-06-13 08:10:56 UTC; root Author: Sebastian Döhler [aut] (ORCID: ), Florian Junge [aut, cre] (ORCID: ), Etienne Roquain [ctb] Maintainer: Florian Junge