# `summary` is a data frame processed by `add_var()` and `add_summary()`:
data <- add_var(iris, var = c("Sepal.Length", "Species"), group = "Species")
summary <- add_summary(data)
# Add statistical test results
result <- add_p(summary)
Run the code above in your browser using DataLab