- Check the conditions for a one-way ANOVA hypothesis test
- Is it the right type of data?
- Are the groups independent random samples?
- Do the groups have similar levels of variability?
An ANOVA also requires that the data within each group be normally distributed, but testing for that is outside the scope of this course.
Let’s look at each condition in more detail.
data for ANOVA
An ANOVA only works if
- the factor of interest is categorical data,
- the response variable is numeric and continuous, and
- the mean of the response variable is the parameter of interest.
Remember that categorical data are qualitative data that have no inherent ranking or order. Basically, in an ANOVA, we are interested in comparing the mean of the response variable to more than two independent groups of the factor of interest.