Skip to content

Releases: ddsjoberg/dcurves

dcurves 0.5.0

23 Jul 23:17
Compare
Choose a tag to compare
  • Added {broom.helpers} package to the Suggests field, which accounts for an update in gtsummary v2.0

dcurves 0.4.0

23 Dec 18:54
Compare
Choose a tag to compare
  • The net interventions avoided figures have new defaults (breaking change):
    • The figure will now include the treat all and treat none reference lines.
    • The nper now defaults to one.

dcurves 0.3.0

26 May 14:22
Compare
Choose a tag to compare
  • Added function test_consequences() to calculate the diagnostic accuracy of a risk at several thresholds.

  • The returned tibble from as_tibble.dca() updated the column name from "prevalence" to "pos_rate".

  • Users are now able to pass zero and one in dca(thresholds=)

  • Added CRAN badge to README.

  • Adding more consistency checks for the arguments in the dca() function.

  • Added line break in net intervention avoided y-axis label. (#6)