ACCLAB / dabestr

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

Contrast_ylim does not work #173

Open 5chahyun opened 1 month ago

5chahyun commented 1 month ago

median_diff_t1 <- load( data = dd1, x = group_1, y = t1, idx = c("R","NR") ) %>% median_diff() median_diff_t1

--> The unpaired median difference between NR and R is 0 [95%CI -3, 2]. The p-value of the two-sided permutation t-test is 0.6290, calculated for legacy purposes only.

--> dabest_plot(median_diff_t1, T, swarm_label = expression(paste("T"[1], " (seconds)")), contrast_ylim=c(-10,10))

--> a1bb6004-5684-483f-bf19-56e240fe0385

--> contrast_ylim does not seem to work...

JAnns98 commented 1 month ago

Hi, thanks for the message! Would you be able to provide the source dataset for our testing? We will look into this and get back to you :)