remove_outliers_fn: remove outliers based upon a z_score threshold z_score=> (x -...

Description Usage Arguments

View source: R/remove_outliers.r

Description

remove outliers based upon a z_score threshold z_score=> (x - mean(x) / sd(x)

Usage

1
remove_outliers_fn(x, threshold = 3)

Arguments

x

an numeric vector

threshold

a z_score threshold from which the absolute value of a z_score above this threshold will be set to NA


robertzk/syberiaMungebits documentation built on July 30, 2019, 3:37 p.m.