Panel of plots to explore and visualize the response variable.
Arguments
- model
An object of class
lm
.- print_plot
logical; if
TRUE
, prints the plot else returns a plot object.
Examples
model <- lm(mpg ~ disp + hp + wt, data = mtcars)
ols_plot_response(model)