Description Usage Arguments Examples
Reimplements the standardized residuals vs. leverage plot from base R, along with the Cook's Distance cutoff lines for outliers, in ggplot2. Points with leverage values greater than 2p/n are colored blue.
1 | OutlierPlot(model = NULL)
|
model |
The model you'd like to analyze. Defaults to NULL. |
1 | OutlierPlot(model = my_lm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.