Simple linear regression is a statistical method used to study the relationship between: - one predictor variable \(x\) - one response variable \(y\)
In this presentation, we use the built-in mtcars dataset: - predictor: wt = car weight - response: mpg = miles per gallon