Histogram of residuals for detecting violation of normality assumption.

ols_resid_hist(model)

Arguments

model
an object of class lm

Examples

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