routlier_tukey: routlier_tukey

Description Usage Arguments Details Value Examples

View source: R/routlier_tukey.R

Description

Routlier: Finds the Outliers in a data set utilizing the Tukey's Method:

Usage

1
routlier_tukey(data,type,outlier_type)

Arguments

data

filepath to data

type

select type of quatile method to use. Choices from 1 to 7.

outlier_type

select type of outlier selecting either "M" for mild or "E" for extreme.

Details

The word 'Outlier' will replace the value that is an outlier in the respective cell.

R logo

Value

Return's an outlier dataset from the original dataset in a formattable table. The data returned is currently the numeric data only from the dataset.

Examples

1
2
3
4
5
## Load the routlier library
   library(routlier)

## Look at outliers utilizng the Tukey method
  routlier_tukey(data = detroit,type = 7,outlier_type="M")

gonzalezben81/routlier documentation built on Jan. 1, 2021, 7:08 p.m.