Skip to contents

Get outliers using interquartile range (better for skewed-distribution)

Usage

outliers_iqr(.tbl, col, times = 1.5, id_col)

Arguments

.tbl

A tibble

col

A numeric columns

times

How much to deviate from IQR? Default to 1.5

id_col

Usually uuid

Value

A tibble of outliers