Multiple Linear Regression

Use the dataset that you have been using for the previous projects.Use all of your independent variables, your response variable, and the lm() function to build a multiple linear regression model.Print the model with the summary() function. The output will be similar...