Plot to aid in classifying unusual observations as high-leverage points, outliers, or a combination of both.

poten_resid_plot(model)

Arguments

model
an object of class lm

Examples

model <- lm(mpg ~ disp + hp + wt, data = mtcars) poten_resid_plot(model)