outliers | R Documentation |
The IQR method of identifying outliers.
outliers(x, times = 1.5)
x |
A numeric vector. |
times |
A constant used to discern bound. |
A list of the upper bound, the upper outliers index, the lower bound and the lower outliers index.
x <- rep(seq(0.91, 1, 0.01), 2^(1:10)) boxplot(x) outliers(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.