Oneway ANOVA & the GLM

Week 7

Concepts

  • null H0 and alternative H1 hypotheses for one-way ANOVA
  • partitioning sums of squares into between- and within-group components
  • the omnibus F-test
  • the standard ANOVA table and its interpretation
  • the aov() function in R to perform one-way ANOVA
  • ANOVA as a linear model of the data
    • \(H_{0}\) and \(H_{1}\) as two alternative linear models (lm()) of the data
  • assumptions of one-way ANOVA
    • how to check them
    • what you can do when they are violated
  • Effect size (Navarro Ch. 14.4)

Required Readings

Additional supporting materials

  • Chapter 7—ANOVA in Answering questions with data by Matthew J. C. Crump
  • ANOVA R simulations of the null hypothesis by Matthew J. C. Crump