detect_outliers: Detect outliers

View source: R/dataprep.R

detect_outliersR Documentation

Detect outliers

Description

Detect outliers

Usage

detect_outliers(var, k = 3, inplace = TRUE)

Arguments

var

: the variable to test

k

: factor to apply to median absolute deviation to obtain the interval

inplace

(boolean) : whether the variable should be returned without the outliers or not


TanguyPerennec/AutostatR documentation built on Oct. 31, 2022, 7:57 a.m.