Description Usage Arguments Value
View source: R/data_preparation.R
Winsorize or trim variables
1 |
X |
numeric: vector to be winsorized or trimmed |
bounds |
double: vector of winsorizing minimum and maximum bounds, c(min percentile, max percentile) |
trim |
boolean: if TRUE then replace outliers with NA instead of winsorizing bound |
numeric vector of winsorized or trimmed values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.