Panel of plots to explore and visualize the response variable.
ols_resp_viz(model)
An object of class lm.
lm
model <- lm(mpg ~ disp + hp + wt, data = mtcars) ols_resp_viz(model)