View source: R/ols-response-profile.R
ols_plot_response | R Documentation |
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 |
model <- lm(mpg ~ disp + hp + wt, data = mtcars)
ols_plot_response(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.