ACCLAB / dabestr

Data Analysis with Bootstrap Estimation in R
https://acclab.github.io/dabestr
Apache License 2.0
214 stars 34 forks source link

Line disconnected and spacing customization #138

Open Dallak opened 1 year ago

Dallak commented 1 year ago

Dear all,

Thanks for the awesome package! It is very helpful and I like the approach adopted in it.

I have two questions regarding this plot:

1- Why are the lower line(s) not aligned and connected similar to the higher line(s)? I am aware that this plot is derived from two separate plots, so is there a fix for it?

2- Is there a way to reduce the space between the y-axis title and plot? I tried to incorporate the ggplot approach but still not working. The current spacing is taking much space than necessarily needed.

Rplot04

Thanks in advance!

sunroofgod commented 11 months 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!