outlier_bounds: Outlier Bounds Using K IQR

Description Usage Arguments Value Author(s)

View source: R/outlier_bounds.R

Description

A function used to calculate the bounds containing observations not classified as outliers. In short, any observations above the upper limit or below the lower limit will be classified as outliers.

Usage

1
outlier_bounds(vect, k = 1.5)

Arguments

vect

A numeric vector of data for which to calculate bounds.

k

A number the value of k to use when calculating outliers. Defaults to 1.5.

Value

An object with the following fields:

upper

The upper bound of non-outlier values.

lower

The lower bound of non-outlier values.

Author(s)

Frank Kovacs, fkovacs AT andrew.cmu.edu


frank113/cmu202 documentation built on July 17, 2020, 9:31 p.m.