View source: R/calculate_anova.R
calc_anova | R Documentation |
This function filters based on the filter vector valid_vec, performs a one-way ANOVA and adds the column Group to aggregated_data with the results of a Tukey post-hoc test
calc_anova(c_vec, d_vec)
c_vec |
A character vector containing the categorical variables |
d_vec |
A numeric vector containing the dependent variables |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.