isout {BioPred} | R 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).
[Package BioPred version 1.0.2 Index]