Description Usage Arguments Examples
This function identifies numeric columns in a data.frame, then identifies outliers and returns the indexes of these possible outliers for each numeric column.
| 1 | detect_outliers(dat, threshold = 1.96, plot = FALSE, ...)
 | 
| dat | input dataset. Currently only supports  | 
| threshold | for outlier detection method (defaults to z-score) | 
| plot | logical. Set  | 
| ... | Further args (to be passed to scores() function) | 
| 1 2 3 4 5 | ## Not run: 
data(iris)
detect_outliers(iris)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.