discretefdr
R package discretefdr by disohda — release notes from GitHub.
The discrete-data FDR package is being pared into one piece of a larger multiple-testing suite.
◆Recent moves
- 3mo ago
Deprecated internal calls replaced
Housekeeping: functions the package had already deprecated were still being called by fast.Discrete() and the vignettes, and this clears them. No change to results or interfaces.
View source ↗ - 1y ago
Discrete Benjamini-Yekutieli procedure added
DBY() extends the package past its Benjamini-Hochberg roots to a procedure valid under arbitrary dependence, the substantive methodological addition in this window. The rest is integration work — named p-values flowing through to summaries, which requires a specific DiscreteTests version — plus a correction to CDF indices after selection that the notes describe as harmless in current usage but latent.
View source ↗ - 1y ago
Datasets split out and step-up procedures sped up
The clearest instance of the suite strategy: the amnesia dataset moves to DiscreteDatasets and match.pvals() is withdrawn from the public interface. A histogram mode parameter handles conditional p-value selection, and step-up procedures get faster where it matters most, at large numbers of tests.
View source ↗