idfoutliers {oceanic}R Documentation

idfoutliers

Description

This function help you to find out the Outliers

Usage

idfoutliers(x, i = 3, min = 0.25, max = 0.75, na.rm = TRUE)

Arguments

x

Input the data filed(should be a list and the data format must be numeric)

i

Input the multiple of IQR(default is 3)

min

probabilities of values between 0 and 1(default is 0.25)

max

probabilities of values between 0 and 1(default is 0.75)

na.rm

removes the NA values (default value is TRUE)

Examples

dt <- data.frame(x=c(1,1,1,1,1,1,1,1,1,1,10))
idfoutliers(dt$x)

[Package oceanic version 0.1.6 Index]