Skip to contents

Outliers are defined as points more than a multiplier * IQR above the third quartile or multiplier * IQR below the first quartile. The default multiplier is 1.5.

Usage

removeOutliers(x, multiplier = 1.5)

Arguments

x

A vector of numeric values

multiplier

A value to multiply by IQR

Value

The vector with outliers replaced by `NA`