remove_outliers: Remove outliers outside of 1st and 3rd quartile by making the...

View source: R/remove_outliers.R

remove_outliersR Documentation

Remove outliers outside of 1st and 3rd quartile by making the values NA

Description

Remove outliers outside of 1st and 3rd quartile by making the values NA

Usage

remove_outliers(x)

Arguments

x

A numeric vector, can contain NA.

Value

The numeric vector without outliers (points outside 1st/3rd quartiles)


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