# NOT RUN {
# model
model <- lm(mpg ~ disp + hp + wt, data = mtcars)
# residual fit spread plot
ols_rfs_plot(model)
# fit mean plot
ols_fm_plot(model)
# residual spread plot
ols_rsd_plot(model)
# }
Run the code above in your browser using DataLab