# NOT RUN {
t_test_one_sample(color_index, "color_index", mu = 0)
# use bonferroni and fdr method for adjusted p values.
library(magrittr)
color_index %>%
t_test_one_sample("color_index", mu = 0, p_adjust = c("bonferroni","fdr"))
# }
Run the code above in your browser using DataLab