Topics Covered

Adding Predictors

Extend lm() with multiple X variables and interpret each coefficient while controlling for the rest.

Dummy Coding

How R represents categorical variables behind the scenes and what the reference level means.

Model Comparison

Use AIC, adjusted R², and anova() to decide whether an extra predictor earns its place.

Key Concepts

Homework

Resources