isout | R Documentation |
This function identifies outliers in a numeric vector based on the interquartile range (IQR) method used in boxplots.
isout(x)
x |
A numeric vector of values for outlier detection. |
A logical vector indicating which elements of the input vector are outliers (TRUE if an outlier, FALSE otherwise).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.