View source: R/data_manipulation_fcts.R
replace_outliers | R Documentation |
Replaces outliers from a vector and returns a new vector
replace_outliers(col_in, my_prob = 0.05)
col_in |
The vector |
my_prob |
Probability of quantiles (will remove quantiles at p and 1-p) |
A vector without the outliers
x <- afedR_replace_outliers(runif(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.