View source: R/check_quality.R
| bivariate_outliers | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.