Description Usage Arguments Value Examples
View source: R/removeOutliers.R
Calculate outliers in a numeric vector and then convert those values to NA
1 | removeOutliers(x, tolerant = TRUE)
|
x |
A numeric vector |
tolerant |
Outlier calculation tolerance. A more tolerant outlier removal is more appropriate when working with hazard ratios |
The modified, outlier removed, equivalent of x
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.