Changes in version 0.5.1.9000 Changes in version 0.5.1 (2025-11-14) - HTML5 documentation update to satisfy CRAN requirement. Changes in version 0.5.0 (2024-07-23) - Added {broom.helpers} package to the Suggests field, which accounts for an update in gtsummary v2.0 Changes in version 0.4.0 (2022-12-23) - 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. Changes in version 0.3.0 (2022-05-25) - 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) Changes in version 0.2.0 (2021-07-20) - Changed name of package from dca to dcurves. - Major changes to API of all function in the dcurves package. - Added functions plot.dca(), as_tibble.dca(), net_intervention_avoided(), and standardized_net_benefit(). - Added vignettes. - Allowing 0 to be included in threshold probabilities. (#3 by @ck37) Changes in version 0.1.0 - First release of the R package to implement Decision Curve Analysis.