Package: DiscreteFWER Type: Package Title: FWER-Based Multiple Testing Procedures with Adaptation for Discrete Tests Version: 1.0.0 Date: 2024-11-26 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")) ) Description: Implementations of several multiple testing procedures that control the family-wise error rate (FWER) designed specifically for discrete tests. Included are discrete adaptations of the Bonferroni, Holm, Hochberg and Šidák procedures as described in the papers Döhler (2010) "Validation of credit default probabilities using multiple-testing procedures" and Zhu & Guo (2019) "Family-Wise Error Rate Controlling Procedures for Discrete Data" . The main procedures of this package 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 apply discrete procedures directly to data is also provided. License: GPL (>= 2) Language: en-GB Encoding: UTF-8 Depends: R (>= 4.0) Imports: Rcpp (>= 1.0.13), checkmate, DiscreteFDR (>= 2.0.0) LinkingTo: Rcpp, RcppArmadillo Suggests: DiscreteDatasets, DiscreteTests (>= 0.2.1) URL: https://github.com/DISOhda/DiscreteFWER BugReports: https://github.com/DISOhda/DiscreteFWER/issues RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Repository: https://disohda.r-universe.dev Date/Publication: 2024-11-26 19:40:23 UTC RemoteUrl: https://github.com/disohda/discretefwer RemoteRef: HEAD RemoteSha: 00822bedb9ea063cba1d6650533d7f9c0fd113bd NeedsCompilation: yes Packaged: 2026-06-13 06:38:44 UTC; root Author: Sebastian Döhler [aut, ctb] (ORCID: ), Florian Junge [aut, ctb, cre] (ORCID: ) Maintainer: Florian Junge