View source: R/geom_point_high_cooks.R
compute_group_cooks_points | R Documentation |
Function to find Points with High Cooks Distances
compute_group_cooks_points(data, scales)
data |
the data set to be used |
scales |
the points with high cooks values
library(dplyr)
library(magrittr)
cars%>%
mutate(x = speed, y = dist) %>%
select(x,y) %>%
compute_group_cooks_points()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.