ggplot2 layer for plotting cook's distance by observation number.
Usage
stat_cooks_obs(mapping = ggplot2::aes(), ...)Arguments
- mapping
Additional aesthetic mappings to add to the layer, e.g.
aes(fill = some_var). Ifmappingincludes a required aesthetic (e.g.x,y), the supplied value is ignored in favor of the default and a warning is issued.- ...
Additional arguments passed on to
geom_col().
