Skip to content

Releases: DISOhda/DiscreteFDR

DiscreteFDR 2.1.1

Choose a tag to compare

@DISOhda DISOhda released this 18 May 12:53
  • Replaced deprecated functions that were still used by fast.Discrete() and in the vignettes.

DiscreteFDR 2.1.0

Choose a tag to compare

@DISOhda DISOhda released this 10 Mar 15:21
  • Added DBY() for discrete Benjamini-Yekutieli procedure.
  • If input p-values vector includes names, they are now included in the
    summary table generated by summary.DiscreteFDR(). For this to work with
    DiscreteTestResults class objects from package DiscreteTests, 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: Data list is now output before Select list.
  • Fixed issues with Rcpp's rev() function in computations of adaptive DBH
    critical values

DiscreteFDR 2.0.1

Choose a tag to compare

@DISOhda DISOhda released this 24 Oct 14:33
  • Introduction of mode parameter for hist() function to adapt construction of histograms in case of conditional p-value selection.
  • Remove amnesia dataset (moved to DiscreteDatasets package).
  • Function match.pvals() is no longer exported.
  • Performance improvement for step-up procedures, especially for large numbers of tests.