Graph for identifying outliers
srplot(model)
lm
model <- lm(mpg ~ disp + hp + wt, data = mtcars) srplot(model)#> Warning: Removed 6 rows containing missing values (position_stack).#> Warning: Stacking not well defined when ymin != 0