OutlierPlot: Generate an outlier plot.

Description Usage Arguments Examples

View source: R/OutlierPlot.R

Description

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.

Usage

1
OutlierPlot(model = NULL)

Arguments

model

The model you'd like to analyze. Defaults to NULL.

Examples

1
OutlierPlot(model = my_lm)

jr-leary7/jackknife documentation built on April 19, 2021, 2:18 a.m.