detect_outliers_iqr: Outlier detection functions

View source: R/outlier-detection.R

detect_outliers_iqrR Documentation

Outlier detection functions

Description

Outlier detection functions

Usage

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
)

theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.