routlier_mad: routlier_mad

Description Usage Arguments Details Value Examples

View source: R/routlier_mad.R

Description

Routlier: Outlier in DT Table

Usage

1

Arguments

data

filepath to data.

MAD

number of MAD standard deviations.

Details

The Outlier(s) wil be highlighted red in the table and the other values will be highlighted greeen.

R logo

There is also a printout of the data and the columns giving the upper and lower MAD and the overall range of the MAD.

R logo

Value

Returns a numeric dataset from the original dataset and the outliers are highlighted in red.The outlier table and the number of outliers are returned as a list object.

Examples

1
2
3
  data<- routlier_mad(data = mtcars,MAD = 2)

  print(data$outliers)

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