remove_outliers_from {teal.modules.general}R 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


[Package teal.modules.general version 0.3.0 Index]