Question: The coach also wants you to consider the average points differential and average relative skill differential as predictor variables in the multiple regression model. Create
The coach also wants you to consider the average points differential and average relative skill differential as predictor variables in the multiple regression model. Create a multiple regression model with the total number of wins as the response variable, and average points scored, average relative skill, average points differential and average relative skill differential as predictor variables. This regression model will help your coach predict how many games your team might win in a regular season based on metrics like the average score, average relative skill, average points differential and average relative skill differential between the team and their opponents. You are to write this code block yourself. Use Step 5 to help you write this code block. Here is some information that will help you write this code block. Reach out to your instructor if you need help. The dataframe used in this project is called nba_wins_df. The variable avg_pts represents average points scored by each team in a regular season. The variable avg_elo_n represents average relative skill of each team in a regular season. The variable avg_pts_differential represents average points differential between each team and their opponents in a regular season. The variable avg_elo_differential represents average relative skill differential between each team and their opponents in a regular season. Print the model summary. Write your code in the code block section below. After you are done, click this blo
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
