outlierdetection: Helper for outlier detection

Description Usage Arguments Value Examples

View source: R/outlier_detection.R

Description

Computes 5-number summary by using exclusive method of quartile calculation. Also outputs interquartile range and lower and upper fences to detect outliers. Prints outliers, if there are any.

Usage

1

Arguments

x

A numeric vector

Value

5-number summary, iqr, lower fence and upper fence

Examples

1

alurie43/stats4332 documentation built on Dec. 19, 2021, 1:37 a.m.