Checking the assumptions of the regression model
Most statistical methods have assumptions that should be true for the results to be
valid. In ordinary least squares linear regression the following assumptions must be
true:
- There is a linear relationship between the predictor and response variables.
- The error term has the same variance in each observation.
- The errors are uncorrelated between observations.
- The errors are normally distributed.
-
On the Analyse-it ribbon tab, in the
Diagnostics group, click Residuals > 3-up Plot.
A residual plot with histogram and normal probability plot of the residuals are added to the analysis task pane.
-
On the Analyse-it ribbon tab, in the
Diagnostics group, click Outliers and
Influence.
An influence plot is added to the analysis task pane.
-
Click Recalculate.
The results are calculated and the analysis report opens.
The residual plot and normality plot show that the assumptions do not seem to be seriously violated.

However the influence plot shows that McDonald's has a large influence on the fit.

Looking again at the scatter plot and fit shows there is a downturn in the fitted line, compared to the data, as the spend increases. It might be worth considering alternative models to better describe the relationship.
Next topic: Changing the regression fit