Description Usage Arguments Value Examples
cap outliers within the range of Q1/Q3 +/- 1.5 * IQR
1 | util.cap.outlier(x, verbose = FALSE)
|
x |
input numeric array |
verbose |
boolean, TRUE -> show cap limits |
capped numeric array
1 | util.cap.outlier(c(rnorm(10), 100), verbose = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.