ols_plot_response {olsrr} | R Documentation |
Response variable profile
Description
Panel of plots to explore and visualize the response variable.
Usage
ols_plot_response(model, print_plot = TRUE)
Arguments
model |
An object of class |
print_plot |
logical; if |
Examples
model <- lm(mpg ~ disp + hp + wt, data = mtcars)
ols_plot_response(model)
[Package olsrr version 0.6.0 Index]