Description Usage Arguments Examples
Outlier detect
1 |
x |
numeric vector <ec><9d><84> <ec><9e><85><eb><a0><a5><ed><95><a9><eb><8b><88><eb><8b><a4>. |
1 2 3 4 5 | set.seed(111)
r <- rnorm(100)
outlier_detect(r)
r[which(outlier_detect(r))]
boxplot(r)$out
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.