routlier_simple: routlier_simple

Description Usage Arguments Details Value Examples

View source: R/routlier_simple.R

Description

Routlier: Simple data frame from routlier:

Usage

1

Arguments

data

filepath to data

sd

number of standard deviations.

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 provided by the user.

Examples

1
2
3
4
5
6
7
8
9
## Load the routlier library


## Look at 2 SD outliers
  routlier_simple(data = iris,sd = 2)

## Look at 3 SD outliers

  routlier_simple(data = iris,sd = 3)

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