Module 5: Model Selection

Topic: ANOVA-based forward/backward selection, AIC/BIC, mixed-effects models.

Learning Objectives

  • Compare models using AIC and BIC
  • Perform automated model selection with MuMIn
  • Fit mixed-effects models with lme4/MASS
  • Understand when to use random effects

Slides

R Code

Data

Key Packages

library(MuMIn)
library(MASS)

Assignment

HW5: Model Selection — due Module 6 Wednesday. Submit on Canvas.