Changelog
Source:NEWS.md
dabestr v2023.9.12
CRAN release: 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 inidx
.dabest_plot()
produces a Gardner-Altman estimation plot or a Cumming estimation plot depending on whether float_contrast is TRUE.
dabestr v0.3.0
CRAN release: 2020-07-13
- This is a breaking release that includes standardised effect sizes, and a bunch of bugfixes.
dabestr v0.2.5
CRAN release: 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 v0.2.4
CRAN release: 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 v0.2.3
CRAN release: 2020-02-11
- This patch fixes an issue that prevented Cumming plot generation, due to a ggplot2 new release (v3.3.0).
dabestr v0.2.2
CRAN release: 2019-07-04
- This patch fixes an issue where local variables were duplicated in column names, requiring proper unquoting.
dabestr v0.2.1
CRAN release: 2019-06-26
- This release fixes a bug due to the new version of
ellipsis
. (# 37).