powered by
outlier.labeler(x, standardize = TRUE, ...)
scale
"3sd"
"2sd"
"1.5sd"
outlier.labeler(mtcars$hp)[20:32] by(mtcars$mpg, mtcars$cyl, outlier.labeler) tapply(mtcars$mpg, mtcars$cyl, outlier.labeler)
Run the code above in your browser using DataLab