out_iqr {transx} | R Documentation |
Detect outliers with Tukey's method
Description
Usage
out_iqr(x, cutoff = 1.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_iqr(c(0,1,3,4,20))
[Package transx version 0.0.1 Index]