get_outliers: Identify outliers outside of 1st and 3rd quartile by making...

View source: R/remove_outliers.R

get_outliersR Documentation

Identify outliers outside of 1st and 3rd quartile by making the values "lower" and "upper" respectively

Description

Identify outliers outside of 1st and 3rd quartile by making the values "lower" and "upper" respectively

Usage

get_outliers(x)

Arguments

x

A numeric vector, can contain NA.

Value

The numeric vector where outliers have the values "lower" and "upper" (points outside 1st/3rd quartiles respectively)


kazeera/hourglass documentation built on April 5, 2025, 7:18 a.m.