detect_outliers: Detect outliers

Description Usage Arguments

View source: R/dataprep.R

Description

Detect outliers

Usage

1
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/Autostats documentation built on Dec. 13, 2020, 10:43 a.m.