remove_outliers_from: Removes the outlier observation from an array

View source: R/tm_variable_browser.R

remove_outliers_fromR Documentation

Removes the outlier observation from an array

Description

Removes the outlier observation from an array

Usage

remove_outliers_from(var, outlier_definition)

Arguments

var

(numeric) a numeric vector

outlier_definition

(numeric) if 0 then no outliers are removed, otherwise outliers (those more than ⁠outlier_definition*IQR below/above Q1/Q3⁠) are removed

Value

(numeric) vector without the outlier values


teal.modules.general documentation built on April 4, 2025, 2:26 a.m.