Description Usage Arguments Details Examples
Classic Outlier Detection Method
1 |
x |
An R object. Currently there are methods for
numeric/logical vectors and date,
date-time and time interval objects. Complex vectors
are allowed for |
crit |
how many standard deviations from the mean? |
na.rm |
a logical value indicating whether |
plotit |
Logical; Plot it or not? |
In words, declare X an outlier if it is more than two standard deviations from the mean.
A commonly used variation of this rule is to declare a value an outlier if it is more than three standard deviations from the mean.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.