ggstatsplot (version 0.0.6)

check_outlier: Finding the outliers in the dataframe using Tukey's interquartile range rule

Description

Returns a logical vector

Usage

check_outlier(var, coef = 1.5)

Arguments

var

A numeric vector.

coef

Coefficient for outlier detection using Tukey's method. With Tukey's method, outliers are below (1st Quartile) or above (3rd Quartile) coef times the Inter-Quartile Range (IQR) (Default: 1.5).

See Also

Other helper_stats: grouped_proptest, signif_column, untable