outlier: Outlier searching

Description Usage Arguments Value Examples

Description

Returns a boolean data frame with the same dimensions of input dataframe where the TRUES points to the input outliers

Usage

1
outlier(input, superior = TRUE, out_type = "logical")

Arguments

input

data frame

superior

if TRUE, returns only the superior outliers

out_type

'logical', 'absolute' or 'percentage'

Value

Data frame, type defined by out_type parameter

Examples

1
2
input=data.frame(a=c(10,11,rnorm(20),14,-20),b=c(5,6,rnorm(20),7,-5))
output <- outlier(input)

FelippeRoza/outlier documentation built on May 6, 2019, 4:36 p.m.