routlier_quantile: Returns a formattable data frame that highlights the outliers...

View source: R/routlier_quantile.R

routlier_quantileR Documentation

Returns a formattable data frame that highlights the outliers utilizing the quantile method.

Description

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

R logo

Usage

routlier_quantile(data,type,outlier_type)

Arguments

data

filepath to data

type

select type of quantile 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_quantile(data = iris,type = 7,outlier_type="M")


gonzalezben81/routlier documentation built on July 21, 2024, 1:01 a.m.