Last chance! 50% off unlimited learning
Sale ends in
outlier.labeler(x, standardize = TRUE, ...)
TRUE
scales the
vector first.scale
."3sd"
, "2sd"
and "1.5sd"
,
corresponding to >= to 3, 2, or 1.5 standard deviations.scale
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