outlier.analysis | R Documentation |
Determines outliers based on boxplots mahalanobis distance.
outlier.analysis( df = NULL, cutoff = NULL, plot = T, col = rgb(106/255, 160/255, 186/255), varwidth = T, outline = T, main = "Outlier Analysis", cex = 0.8, ... )
df |
A data.frame containing numeric vectors. |
Determines outliers based on boxplots and mahalanobis distance. Returns boxplots with additional attribute "mahalanobis"
outlier.analysis(data.frame(c(1,2,100)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.