Description Usage Arguments Value
View source: R/preprocess_effect_variable.R
Preprocess effect variable Applies bestNormalize package (optionally) removes outliers (defined by 1.5 IQR)
1 | preprocess_effect_variable(values, remove_outliers = FALSE, ...)
|
values |
Array with values |
remove_outliers |
Flag to detect potential outliers and "remove" them setting as NA. |
... |
Extra parameters for bestNormalize function |
out Array with clean data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.