Description Usage Arguments Value Examples
This function simplifies the call for one-way ANOVA (ow.anova) on a given data frame. Also allows calls for Tukey's Honestly Significant Difference Post-Hoc Comparisons Test (hsd), as well as a means plot (plot).
1 |
df |
data frame to read in. |
var1 |
the dependent/outcome variable, Y. |
by1 |
the main independent/predictor variable, X. A grouping variable by which |
plot |
logical (default set to |
hsd |
logical (default set to |
This function returns the summary results table for a one-way ANOVA, examining mean differences in var1
from data frame df
, across by1
groups.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.