powered by
Separates data into vectors of outliers and a cleaned subset of the data.
vanderLoo.outliers(data)
Vector of data values.
Returns a list containing a vector of outliers and a vector of the cleaned data (subset).
A vector of outliers from the data set
A vector containing the remaining data, cleaned of outliers
http://cran.r-project.org/web/packages/extremevalues/extremevalues.pdf
# NOT RUN { vanderLoo.outliers(set50) vanderLoo.outliers(set200) # }
Run the code above in your browser using DataLab