identifyOutliers: Identify Outliers Function

Description Usage Arguments Value Examples

View source: R/identifyOutliers.R

Description

Identify Outliers Function

Usage

1

Arguments

vector

Value

a dataframe with two columns. First column shows us the value and the second column ("Status") identifies whether a value is "Not Outlier", "Possible", or "Outlier"

Examples

1
x <- c(4,90,100,95); identifyOutliers(x)

gkrhines/MATH4753P1 documentation built on Nov. 24, 2020, 11:33 p.m.