Multiple Linear Regression is used to model the relationship between one dependent variable and two or more independent variables.
Goal: To see how the independent variables predict the dependent variable.
Example: How does a car’s weight (wt) and horsepower (hp) predict its gas mileage (mpg)?
We will use the built-in mtcars data set for our example.