removeOutliers: Remove outliers from numeric vector

Description Usage Arguments

View source: R/removeOutliers.R

Description

Remove outliers from numeric vector

Usage

1
removeOutliers(x, multiplier = 1.5, na.rm = F)

Arguments

x

Numeric vector

multiplier

A numeric that is multiplied by inter-quantile range when determining uppermost and lowermost values beyond which datapoints are considered outliers.

na.rm

Logical. Should missing values be removed


msxakk89/dat documentation built on Aug. 3, 2020, 6:39 p.m.