Releases: DISOhda/DiscreteFDR
Releases · DISOhda/DiscreteFDR
Release list
DiscreteFDR 2.1.1
DiscreteFDR 2.1.0
- Added
DBY()for discrete Benjamini-Yekutieli procedure. - If input p-values vector includes names, they are now included in the
summary table generated bysummary.DiscreteFDR(). For this to work with
DiscreteTestResultsclass objects from packageDiscreteTests, version
0.2.1 of that package is required. - Minor fix for wrong p-value CDF indices after selection. For the way they
are used, this was inconsequential, but may have caused problems in the
future. - Change order of output data:
Datalist is now output beforeSelectlist. - Fixed issues with
Rcpp'srev()function in computations of adaptive DBH
critical values
DiscreteFDR 2.0.1
- Introduction of
modeparameter forhist()function to adapt construction of histograms in case of conditional p-value selection. - Remove
amnesiadataset (moved toDiscreteDatasetspackage). - Function
match.pvals()is no longer exported. - Performance improvement for step-up procedures, especially for large numbers of tests.