R squared \(R^2\): Shows how much of variance in Y is explained by X. Values range from 0 to 1, the higher the better Residuals: Difference between observed and predicted value Y Calculate R squared:
- The R-squared value is 0.802
Since the R sqaured value is 0.8, we can say definitely say that this linear model predicts the y results Therefore, We can use our regression equation to predict future sales based on new advertising spend values.
Limitations of SLR: 1) This model captures only linear regression, other relationships are not modeled well 2) Sensitive to outliers which can skew the results 3) Assumptions must be valid