Simple linear regression is a statistical method used to model the relationship between two variables.
We use one variable, \(x\), to predict another variable, \(y\).
Example: predicting stopping distance from speed using the built-in cars dataset in R.