mahalanobis_outlier | R Documentation |
Determine outliers based on mahalanobis distance
mahalanobis_outlier(df, vars, pval_cutoff = 0.001)
df |
data.frame of numeric variables. |
vars |
variables to be used in the outlier calculation. |
pval_cutoff |
cutoff to classify an outlier. Any pvalue less than the cutoff will be classified as an outlier |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.