Description Usage Arguments References See Also Examples
View source: R/outlier-tukey.R
Outlier detection threshold (upper) based on Tukey's rule, corrected for skewness using the 'medcouple', and possibly corrected for multiple testing.
1 | tukey_mc_up(x, coef = NULL, alpha = 0.05, a = -4, b = 3)
|
x |
Numeric vector. Should be somewhat normally distributed. |
coef |
number determining how far 'whiskers' extend out from the box.
If |
alpha |
See |
a |
scaling factors multiplied by the medcouple
|
b |
scaling factors multiplied by the medcouple
|
Hubert, M. and Vandervieren, E. (2008). An adjusted boxplot for skewed distributions, Computational Statistics and Data Analysis 52, 5186–5201.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.