powered by
Panel of plots to explore and visualize the response variable.
ols_plot_response(model)
An object of class lm.
lm
ols_resp_viz() has been deprecated. Instead use ols_plot_response().
ols_resp_viz()
ols_plot_response()
# NOT RUN { model <- lm(mpg ~ disp + hp + wt, data = mtcars) ols_plot_response(model) # }
Run the code above in your browser using DataLab