Simple linear regression models the relationship between dependent and independent variables by using a line of best fit.
To make sure the model is reliable, there are four assumptions that need to be met:
- There is a linear relationship between the dependent and independent variable.
- The residuals are independent.
- The residuals are normally distributed.
- The residuals of the independent variables have constant variance.