outlier.labeler: Locate Outliers in Numeric String

Description Usage Arguments Value See Also Examples

Description

Locate and label possible outliers in a string.

Usage

1
  outlier.labeler(x, standardize = TRUE, ...)

Arguments

x

A numeric vector.

standardize

logical. If TRUE scales the vector first.

...

Other arguments passed to scale.

Value

Returns a matrix (one column) of possible outliers coded as "3sd", "2sd" and "1.5sd", corresponding to >= to 3, 2, or 1.5 standard deviations.

See Also

scale

Examples

1
2
3

trinker/qdap2 documentation built on May 31, 2019, 9:47 p.m.