Description Usage Arguments Value Author(s) See Also Examples
Creates a matrix of outlier classification ("outl" or "non") for the data set based on Tukey's defnition.
1 | outliertuk(x)
|
x |
A numeric vector, a numeric matrix or a data frame. In case of a data frame only the numeric variables are used. |
A data frame with same dimension as x
minus non-numeric variables.
Katrin Grimm
1 2 | data(Election2005)
outlc <- outliertuk(Election2005)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.