12.9 Outliers
A scatter plot should be checked for outliers. An outlier is a point that seems out of place when compared with the other points. Some of these points can affect the equation of the regression line.
There is another type of outlier called an influential point. Influential points are positioned far away from the main cluster of data points on the -axis. There is an option in most software packages to get the “standardized” residuals. Standardized residuals are z-scores of the residuals. Any standardized residual that is not between and may be an outlier. If it is not between and then the point is an outlier. When this happens, the points are called influential points or influential observations.
Example 2
Use technology to compute the standardized residuals. Should linear regression be used with this data set?
1 3 2 2 4 5 7 9 6 8 1 3 10 2 4 5 7 9 6 8
Show solution
A regression analysis for the given data set was run on Excel, producing the following results:

The point shown in Figure 12-20 is pulling the left side of the line up and away from the points that form a line. This influential point changes the -intercept and slope.

Adapted from Mostly Harmless Statistics by Rachel Webb (Portland State University), hosted on LibreTexts (stats.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0.