bivariate_outliers {clickR}R 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)

[Package clickR version 0.9.39 Index]