find.outliers: Function that will find outliers in a vector (default: > 3 SD...

Description Usage Arguments Value Examples

View source: R/find.outliers.R

Description

Function that will find outliers in a vector (default: > 3 SD from mean), and return their indices

Usage

1
find.outliers(x, sd = 3)

Arguments

x

A numeric vector

Value

The indices of the outliers

Examples

1

syyang93/yangR documentation built on March 1, 2021, 4:55 p.m.