Plot for detecting influential observations using DFFITS.
dffits_plot(model)
model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars) dffits_panel(model)#> Error in eval(expr, envir, enclos): could not find function "dffits_panel"