Plot to detect non-linearity, influential observations and outliers.
rfs_plot(model)
lm
model <- lm(mpg ~ disp + hp + wt, data = mtcars) rfs_plot(model)