Bar Plot of Cook's distance to detect observations that strongly influence fitted values of the model.
cooksd_bplot(model)
lm
model <- lm(mpg ~ disp + hp + wt, data = mtcars) cooksd_bplot(model)