Login
📚 Mostly Harmless Statistics
Chapters ▾
⇩ Download ▾

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 y-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 2 and 2 may be an outlier. If it is not between 3 and 3 then the point is an outlier. When this happens, the points are called influential points or influential observations.

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.