Open Dallak opened 1 year ago
Hi @Dallak,
We've recently released a new version of dabestr, “Lapis” (v2023.9.12), which adds estimation graphics for four new data types: repeated measures, 2 × 2 designs, proportions, and easy meta-analyses.
dabestr version “Lapis” is a complete rebuild of the original dabestr and as such, unfortunately, v0.3.0 of dabestr and below are now deprecated and will no longer be receiving support.
We strongly recommend upgrading to the latest version (“Lapis”) as soon as possible. This will not only ensure access to the latest features but also expedite the resolution of any issues you may have encountered.
You can find the latest release here and the updated documentation for the package here.
For quick installation, you may refer to the following:
# Install it from CRAN
install.packages("dabestr")
# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github(repo = "ACCLAB/dabestr", ref = "dev")
If you face any challenges during the update process or have further questions, please don't hesitate to reach out.
We value your feedback and appreciate your continued support!
Dear all,
Is there a way to arrange the mean and difference values in both plots in descending order? This would be a great idea to have it in the package. I tried to dig into the package function but no success.
Thanks