routlier_tukey: Finds the Outliers in a dataset utilizing the Tukey's Method

View source: R/routlier_tukey.R

routlier_tukeyR Documentation

Finds the Outliers in a dataset utilizing the Tukey's Method

Description

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

R logo

Usage

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.

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

## 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 July 21, 2024, 1:01 a.m.