Description Usage Arguments Value Examples
View source: R/outliers_detect.R
Detect outliers in the given vector
1 | outliers_detect(s, method = "zscore")
|
s |
vector that contains the data to detect outliers in |
method |
method to detect outliers. One of 'zscore', 'iqr', 'iforest' |
boolean vecotr with indices makerd true for the outliers
1 | outliers_detect(c(1,2,1,2,100))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.