bivariate_outliers {clickR} | R Documentation |
Checks for bivariate outliers in a data.frame
bivariate_outliers(x, threshold_r = 10, threshold_b = 1.5)
x |
A data.frame object |
threshold_r |
Threshold for the case of two continuous variables |
threshold_b |
Threshold for the case of one continuous and one categorical variable |
A data frame with all the observations considered as bivariate outliers
bivariate_outliers(iris)