Learn R Programming

mdapack (version 0.0.2)

outlier_detection: Outlier detection function

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

outlier_detection(dat, ...)

Arguments

dat

A data frame for data values.

...

Other arguments.

Value

Returns a box plot showing the outliers for each variable.

Examples

Run this code
# NOT RUN {
library(FactoMineR)
data(wine)
outlier_detection(wine)
# }

Run the code above in your browser using DataLab