Question: Step 3 : Simple Linear Regression: Predicting the Total Number of Wins using Average Relative Skill The coach of your team suggests a simple linear
Step : Simple Linear Regression: Predicting the Total Number of Wins using Average Relative Skill The coach of your team suggests a simple linear regression model with the total number of wins as the response variable and the average relative skill as the predictor variable. He expects a team to have more wins in a season if it maintains a high average relative skill during that season. This regression model will help your coach predict how many games your team might win in a regular season. Create this simple linear regression model. Make the following edits to the code block below: Replace RESPONSEVARIABLE?? with the variable name that is being predicted. See the table included in the Project Three instructions above to pick the variable name. Do not enclose this variable in quotes. For example, if the variable name is var then replace RESPONSEVARIABLE?? with var Replace PREDICTORVARIABLE?? with the variable name that is the predictor. See the table included in Project Three instructions above to pick the variable name. Do not enclose this variable in quotes. For example, if the variable name is var then replace PREDICTORVARIABLE?? with var For example, if the variable names are var for the response variable and var for the predictor variable, then the expression in the code block below should be: model smfolsvar var nbawinsdffit After you are done with your edits, click the block of code below and hit the Run button above.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
