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