Simple linear regression models the linear relationship between a response variable \(Y\) and a single predictor variable \(X\).
- Widely used in prediction and inference
- Foundation for more complex regression models
- Assumes a straight-line relationship between \(X\) and \(Y\)
Example dataset: We use R’s built-in cars dataset, which records the speed (mph) and stopping distance (ft) of cars from the 1920s.