powered by
Panel of plots to explore and visualize the response variable.
ols_plot_response(model, print_plot = TRUE)
An object of class lm.
lm
logical; if TRUE, prints the plot else returns a plot object.
TRUE
model <- lm(mpg ~ disp + hp + wt, data = mtcars) ols_plot_response(model)
Run the code above in your browser using DataLab