Residual Spread Plot
ols_rsd_plot(model)
lm
model <- lm(mpg ~ disp + hp + wt, data = mtcars) ols_rsd_plot(model)