Histogram of residuals for detecting violation of normality assumption.
ols_resid_hist(model)
lm
model <- lm(mpg ~ disp + hp + wt, data = mtcars) ols_resid_hist(model)