Response variable profile
Panel of plots to explore and visualize the response variable.
ols_plot_response(model, print_plot = TRUE)
model |
An object of class |
print_plot |
logical; if |
ols_resp_viz()
has been deprecated. Instead use ols_plot_response()
.
model <- lm(mpg ~ disp + hp + wt, data = mtcars) ols_plot_response(model)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.