Detect outliers
1 | detect_outliers(var, k = 3, inplace = TRUE)
|
var |
: the variable to test |
k |
: factor to apply to median absolute deviation to obtain the interval |
inplace |
(boolean) : whether the variable should be returned without the outliers or not |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.