'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.