outliers: outliers

View source: R/descriptive.R

outliersR Documentation

outliers

Description

Function for detecting outliers based on the boxplot method

Usage

outliers(x, threshold = 1.5)

Arguments

x

A vector

threshold

Threshold (as multiple of the IQR) to consider an observation as outlier

Examples

outliers(iris$Petal.Length)
outliers(airquality$Ozone)

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