Related Experiment Video
Updated: Jun 29, 2025

An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
Check your outliers! An introduction to identifying statistical outliers in R with easystats.
Rémi Thériault1, Mattan S Ben-Shachar2, Indrajeet Patil3
1Department of Psychology, Université du Québec à Montréal, Succursale Centre-Ville, C.P. 8888, Montréal, Québec, H3C 3P8, Canada. theriault.remi@courrier.uqam.ca.
This study simplifies outlier detection by offering practical R software implementations for statistical best practices. It covers various outlier types and analysis methods, promoting transparent data handling.
Area of Science:
- Statistics
- Data Science
- Computational Statistics
Background:
- Keeping up with best practices for outlier diagnosis and treatment is challenging.
- Implementing recommended outlier detection methods mathematically poses additional difficulties.
Purpose of the Study:
- To provide an overview of current recommendations and best practices for outlier detection.
- To demonstrate easy and convenient implementation of these methods in R using the {performance} package.
- To cover univariate, multivariate, and model-based outlier detection techniques.
Main Methods:
- Overview of univariate, multivariate, and model-based statistical outlier detection methods.
- Demonstration of implementation in R using the {performance} package from the easystats ecosystem.
- Discussion of recommended thresholds, standard output, and plotting methods.
Main Results:
- The {performance} package in R offers a convenient way to implement recommended outlier detection practices.
- The study covers various statistical outlier detection approaches and their practical application.
- Guidance on recommended thresholds, output interpretation, and visualization is provided.
Conclusions:
- The R {performance} package facilitates the practical application of advanced outlier detection methods.
- Transparency in handling different types of outliers (exclusion vs. winsorization) is crucial.
- This work bridges the gap between theoretical recommendations and practical statistical software implementation.
Related Concept Videos
Outliers and Influential Points
What Are Outliers?
The z score is used to find outliers or unusual values. It should be noted that any values beyond -2 and +2 are...
Quantifying and Rejecting Outliers: The Grubbs Test
Detection of Gross Error: The Q Test
Introduction to R
Statistical Analysis: Overview
One of the most commonly used statistical quantifiers is the mean, which is the ratio between the sum of the numerical values of all results and the...

