Provides functions for detecting outliers in datasets using statistical methods. The package supports identification of anomalous observations in numerical data and is intended for use in data cleaning, exploratory data analysis, and preprocessing workflows.
You can install the development version of outlying from GitHub with:
if (!require(devtools)) install.packages("devtools")
devtools::install_github("P10911004-NPUST/outlying")