Simple Linear Regression models the relationship between one independent variable (\(x\)) and one dependent variable (\(y\)) using a straight line.
Ask a question? Is it possible to predict a car’s fuel efficiency (miles per gallon) from its weight?
I will use R’s mtcars dataset for this assignment.