View source: R/outlier-detection.R
detect_outliers_iqr | R Documentation |
Outlier detection functions
detect_outliers_iqr( object, variable_names = NULL, across = NULL, phase = NULL, verbose = NULL ) detect_outliers_mahalanobis( object, variable_names = NULL, threshold_pval = 0.001, verbose = NULL, across = NULL, phase = NULL )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.