remove_outliers | R Documentation |
Remove values that fall outside the trailing probs
percentiles of the distribution.
remove_outliers(x, na.rm = TRUE, probs = c(0.05, 0.95), ...)
x |
A numeric vector. |
na.rm |
Remove NA values for calculation? Default: TRUE. |
probs |
A vector of two probabilities, specifying the trailing percentiles to use. |
... |
Additional arguments passed to |
A vector with the outliers removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.