powered by
Panel of plots for regression diagnostics
ols_diagnostic_panel(model)
an object of class lm
lm
# NOT RUN { model <- lm(mpg ~ disp + hp + wt + qsec, data = mtcars) ols_diagnostic_panel(model) # } # NOT RUN { # }
Run the code above in your browser using DataLab