You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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...
The text was updated successfully, but these errors were encountered: