August 2015
Beginner to intermediate
294 pages
5h 20m
English
Multiple linear regression occurs when more than one independent variable is used to predict a dependent variable:
Where, Y is the dependent variable, a is the intercept, b1 and b2 are the coefficients, and x1 and x2 are the independent variables
Also, note that squaring the dependent variable still makes it linear, but if the coefficient is squared, then it is nonlinear.
To build the multiple linear regression model, we'll utilize the NBA's basketball data to predict the average points scored per game
The following are the column descriptions of the data:
height: This refers to the height in feetweight: This refers to the weight ...Read now
Unlock full access