bivariate_outliers: Check for bivariate outliers

View source: R/check_quality.R

bivariate_outliersR Documentation

Check for bivariate outliers

Description

Checks for bivariate outliers in a data.frame

Usage

bivariate_outliers(x, threshold_r = 10, threshold_b = 1.5)

Arguments

x

A data.frame object

threshold_r

Threshold for the case of two continuous variables

threshold_b

Threshold for the case of one continuous and one categorical variable

Value

A data frame with all the observations considered as bivariate outliers

Examples

bivariate_outliers(iris)

clickR documentation built on Aug. 8, 2023, 1:11 a.m.