powered by
Histogram of residuals for detecting violation of normality assumption.
ols_rsd_hist(model)
an object of class lm
lm
model <- lm(mpg ~ disp + hp + wt, data = mtcars) ols_rsd_hist(model)
Run the code above in your browser using DataLab