NEWS
dabestr 2023.9.12 (2023-10-13)
This release is a complete rebuild of dabestr.
Previous functions from v0.3.0 and before are now depreciated.
Main API
This version of dabestr features a new Main API. The following functions have been sequentially organised for their intended procedural utilisation.
-
load()
processes and converts a tidy dataset into the dabestr format.
-
mean_diff()
, median_diff()
, cohens_d()
, hedges_g()
, cliffs_delta()
, cohens_h()
Computes the effect size for each control-test group pairing in idx
.
-
dabest_plot()
produces a Gardner-Altman estimation plot or a Cumming estimation plot depending on whether float_contrast is TRUE.
New features
- Plotting of shared control and repeated measures
- Proportion plots (unpaired and paired)
- Mini-Meta Delta plots
- Delta-Delta plots
dabestr 0.3.0 (2020-07-13)
- This is a breaking release that includes standardised effect sizes, and a bunch of bugfixes.
dabestr 0.2.5 (2020-04-20)
- This release implements the ability to supply a custom vector of colors to
palette
during plotting. There is also a bugfix that misreported the Ns for the test and control group.
dabestr 0.2.4 (2020-03-21)
- This version represents a resbumission, in response to an automated CRAN check for flavor r-patched-solaris-x86. See https://cran.r-project.org/web/checks/check_results_dabestr.html
dabestr 0.2.3 (2020-02-11)
- This patch fixes an issue that prevented Cumming plot generation, due to a ggplot2 new release (v3.3.0).
dabestr 0.2.2 (2019-07-04)
- This patch fixes an issue where local variables were duplicated in column names, requiring proper unquoting.
dabestr 0.2.1 (2019-06-26)
- This release fixes a bug due to the new version of
ellipsis
. (# 37).
dabestr 0.2.0 (2019-01-07)
- This release fixes a bug that plotted the categories alphabetically in Gardner-Altman plots. (# 24).
dabestr 0.1.0 (2018-11-19)
- First release of dabestr.