outliers_iqr | R Documentation |
Get outliers using interquartile range (better for skewed-distribution)
outliers_iqr(.tbl, col, times = 1.5, id_col)
.tbl |
A tibble |
col |
A numeric columns |
times |
How much to deviate from IQR? Default to 1.5 |
id_col |
Usually uuid |
A tibble of outliers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.