Bar Plot of Cook's distance to detect observations that strongly influence fitted values of the model.

cooksd_bplot(model)

Arguments

model
an object of class lm

Examples

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