Cook's Distance vs. Leverage
stat_cooks_leverage(
alpha = 0.5,
method = "loess",
color = "steelblue",
se = FALSE,
...
)
Adjust transparency of points.
Method for fitting the line to the points.
Color of the line.
Keep standard error bands around line?
Currently ignored. For extendability.
A `ggplot2` layer for plotting Cook's Distance vs. Leverage.