out_score_zrob {transx} | R Documentation |
Detect outliers Iglewicz and Hoaglin (1993) robust z-score method
Description
Usage
out_score_zrob(x, cutoff = 3.5, fill = NA, ...)
Arguments
x |
Univariate vector, numeric or ts object with only one dimension. |
cutoff |
|
fill |
Numeric value(s) or function used to fill observations. |
... |
further arguments passed to |
Examples
out_score_zrob(c(0,0.1,2,1,3,2.5,2,.5,6,4,100))
[Package transx version 0.0.1 Index]