Contrast_ylim does not work
5chahyun opened this issue · 1 comments
5chahyun commented
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))
--> contrast_ylim does not seem to work...
JAnns98 commented
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 :)