out_score_z: Detect outliers with zscore

Description Usage Arguments Examples

View source: R/04-outliers.R

Description

Maturing lifecycle

Usage

1
out_score_z(x, cutoff = 3, fill = NA, ...)

Arguments

x

[univariate vector]

Univariate vector, numeric or ts object with only one dimension.

cutoff

[numeric(1): 3]

Cutoff point that determines the number of score quantities after which an observation is considered outlier.

fill

[numeric or function: NA]

Numeric value(s) or function used to fill observations.

...

Further arguments passed to score.

Examples

1
out_score_z(c(0,0.1,2,1,3,2.5,2,.5,6,4,100))

kvasilopoulos/transx documentation built on Jan. 26, 2021, 6:14 p.m.