compute_group_leverage_points: Function to find Points with High leverage Distances

View source: R/geom_point_high_leverage.R

compute_group_leverage_pointsR Documentation

Function to find Points with High leverage Distances

Description

Function to find Points with High leverage Distances

Usage

compute_group_leverage_points(data, scales)

Arguments

data

the data set to be used

scales

Value

the points with high leverage values

Examples

library(dplyr)
library(magrittr)
cars%>%
mutate(x = speed, y = dist) %>%
select(x,y) %>%
compute_group_leverage_points()

EvaMaeRey/ggxmean documentation built on April 10, 2024, 6:32 p.m.