Description Usage Arguments Details Value Author(s) References See Also Examples
Perform exploratory test to detect outliers.
1 2 3 4 |
x |
A numeric object, a vector. |
index |
A numeric value to be considered in the computations. |
... |
Parameters which are typically ignored. |
The quantity in min reveals the minimum deviation from the mean, the integer value in the closest indicates the position of that element. The quantity in max is the maximum deviation from the mean, and the farthest
integer value indicates the position of that value.
Returns the minimum and maximum values, respectively preceded by their positions in the vector
, matrix
or data.frame
.
Daniel Marcelino, dmarcelino@live.com
Dixon, W.J. (1950) Analysis of extreme values. Ann. Math. Stat. 21(4), 488–506.
Winsorize for reduce the impact of outliers.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.