Simple linear regression helps us understand how one numerical variable changes as another changes.
In this presentation, we study the relationship between:
- vehicle weight (
wt) - fuel efficiency in miles per gallon (
mpg)
Using the mtcars dataset, we will see how regression helps describe patterns, make predictions, and test whether a relationship is statistically meaningful.