- What is Simple Linear Regression (SLR)?
- Assumptions (Gauss–Markov)
- Example with
mtcars(predicting MPG from Weight) - Fitting the model in R (
lm) - Visuals: ggplot (scatter + fit), residuals
- Visuals: interactive Plotly
- Interpreting coefficients & \(R^2\)
- Diagnostics & limitations