outliers: Outliers

Description Usage Arguments Value

View source: R/utils.R

Description

This function returns those entries which fall outside the lower and upper fences given a numeric vector. The lower fence is calculated as 'q1 - 1.5*IQR' and the upper as 'q3 + 1.5*IQR'.

Usage

1

Arguments

x

Numeric vector to identify outliers for

Value

Numeric vector of outliers


d-callan/plot.data documentation built on Jan. 27, 2021, 8:37 a.m.