Identity filter
Usage
identify_outlier(.data, ..., control = control_outlier())
Examples
mtcars["var_1"] <- c(rnorm(30), -100, 100)
mtcars["var_2"] <- c(-50, 32, rnorm(30))
filtred <-
mtcars |> identify_outlier(var_1, var_2)
print(filtred)
#> ── 4 Outliers were removed of 32 rows. ─────────────────────────────────────────
#>
# ── 4 Outliers were removed of 32 rows. ──────────────────────────────────────────────────