Oneway analysis of variance is used when there are more than two levels of a predictor variable and one dependent variable.
26.2 Hypothesis
H0 - There is no difference in the means for each group
Ha - At least one of the means is significantly different from the others
26.3 Assumptions
Normality – Each sample should be drawn from a normally distributed population. It is not required for large sample sizes. If normality is violated use Kruskal-Wallis test
Equal Variance - The variance of all the groups must be similar. If variances are equal, use ANOVA. If variances are not equal, use the Welch ANOVA
Independence - The observation in each group must be independent from each other. They must also come from a random process.
Outlier - Data should be devoid of significant outliers
26.4 Data
We look at data from a nursery of newborns, comparing their weights after grouping their 5-minute APGAR scores into Low (0-3), Medium(4-7), and High (8-10).
Warning: The `augment()` method for objects of class `aov` is not maintained by the broom team, and is only supported through the `lm` tidier method. Please be cautious in interpreting and reporting broom output.
This warning is displayed once per session.