# NOT RUN {
t_test_two_sample(color_index_two_sample, x = "color_effect", y = "group", paired = TRUE)
# use bonferroni and fdr method for adjusted p values.
library(magrittr)
color_index_two_sample %>%
t_test_two_sample(
x = "color_effect", y = "group", paired = TRUE, p_adjust = c("bonferroni","fdr")
)
# }
Run the code above in your browser using DataLab