# NOT RUN {
aggregate(mpg ~ cyl, FUN = mean, na.rm = TRUE, data = mtcars)
umx_aggregate(mpg ~ cyl, data = mtcars)
umx_aggregate(mpg ~ cyl, data = mtcars, kable = FALSE)
umx_aggregate(cbind(mpg, qsec) ~ cyl, data = mtcars, digits = 3)
t(umx_aggregate(cbind(mpg, qsec) ~ cyl, data = mtcars))
# }
# NOT RUN {
umx_aggregate(cbind(moodAvg, mood) ~ condition, data = study1)
# }
Run the code above in your browser using DataLab