outlier_detection: Outlier detection function

Description Usage Arguments Value Author(s) Examples

View source: R/outlier_detection.R

Description

'outlier_detection'visually detect and highlights outliers in a univariate continuous variable. The function fetches the values of data points that lie beyond the extremes of the whiskers(observations that lie outside of 1.5 * IQR.

Usage

1

Arguments

dat

A data frame for data values.

...

Other arguments.

Value

Returns a box plot showing the outliers for each variable.

Author(s)

Henry Nanji

Examples

1
2
3
library(FactoMineR)
data(wine)
outlier_detection(wine)

mdapack documentation built on July 1, 2020, 10:30 p.m.