isout: Outlier Detection Based on Boxplot

View source: R/Utilities.R

isoutR Documentation

Outlier Detection Based on Boxplot

Description

This function identifies outliers in a numeric vector based on the interquartile range (IQR) method used in boxplots.

Usage

isout(x)

Arguments

x

A numeric vector of values for outlier detection.

Value

A logical vector indicating which elements of the input vector are outliers (TRUE if an outlier, FALSE otherwise).


BioPred documentation built on Nov. 4, 2024, 9:06 a.m.