You will apply the statistical concepts and techniques covered in…
Question Answered step-by-step You will apply the statistical concepts and techniques covered in… You will apply the statistical concepts and techniques covered in this week’s reading about correlation coefficient and simple linear regression. A car rental company wants to evaluate the premise that heavier cars are less fuel efficient than lighter cars. In other words, the company expects that fuel efficiency (miles per gallon) and weight of the car (often measured in thousands of pounds) are correlated. Performing this analysis will help the company optimize its business model and charge its customers appropriately. You will work with a cars data set that includes two variables:Miles per gallon (coded as mpg in the data set)Weight of the car (coded as wt in the data set)1. You created a scatterplot of miles per gallon against weight. Does the graph show any trend? If yes, is the trend what you expected? Why or why not? See graph below: 2. What is the coefficient of correlation between miles per gallon and weight? What is the sign of the correlation coefficient? Does the coefficient of correlation indicate a strong correlation, weak correlation, or no correlation between the two variables? How do you know? See below: mpg wt mpg 1.000000 -0.871219wt. -0.871219 1.000000 3. Write the simple linear regression equation for miles per gallon as the response variable and weight as the predictor variable. How might the car rental company use this model? See step 4 below:Image transcription textIn [5]: from statsmodels . formula. apiimport ols # create the simple linearregression model with m… Show more… Show more 4. What is the slope coefficient? Is this coefficient significant at a 5% level of significance (alpha=0.05)? (Hint: Check the P-value, , for weight in the Python output.) See Step 4 above. Math Statistics and Probability MAT 243 Share QuestionEmailCopy link Comments (0)


