is.outlier.inc | R Documentation |
Check outliers with masking
is.outlier.inc(x, inc = inc, t = 3)
x |
numeric vector |
inc |
boolean vector with same length as |
t |
scale of deviation, default to 3, as in |
boolean vector with same length as x
, TRUE
means the corresponding
element in x
is an outlier and is not NA
, or it is excluded by inc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.