powered by
Find the outliers in a vector of values.
outliers(x)
A list with a variable idx containing the indices of the outliers and a variable values containing the values of the outliers.
idx
values
vector
x=c(100,30:40,101,25:28) outliers(x)
Run the code above in your browser using DataLab