vanderLoo.outliers | R Documentation |
Separates data into vectors of outliers and a cleaned subset of the data.
vanderLoo.outliers(data)
data |
Vector of data values. |
Returns a list containing a vector of outliers and a vector of the cleaned data (subset).
outliers |
A vector of outliers from the data set |
subset |
A vector containing the remaining data, cleaned of outliers |
Requires extremevalues package.
Daniel Finnegan
http://cran.r-project.org/web/packages/extremevalues/extremevalues.pdf
vanderLoo.outliers(set50)
vanderLoo.outliers(set200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.