Panel of plots to explore and visualize the response variable.

ols_resp_viz(model)

Arguments

model

An object of class lm.

Examples

model <- lm(mpg ~ disp + hp + wt, data = mtcars) ols_resp_viz(model)