Simple vs Multiple Linear Regression

tags: #ML/supervised/regression

In a simple linear regression model - we are only dealing with one IDV, such that:

y=b0+bx

However - in most applications of OLS, we deal with more than 1 dependent variable for multiple linear regression, such that:

y=b0+b1x1...+bnxn

Interpreting a Multiple Linear Regression

When interpreting the effects of DV in response to multiple independent variables:

Partial Slopes

Partial slopes refers to the amount of change in Y for a unit change in xn while controlling for all other independent variables

Note: that when x = 0, the predicted value becomes the y-intercept:

y=a+b1x1y=a+0y=a
Powered by Forestry.md