Description Usage Arguments Value Examples
winsorize()
winsorizes data to eliminate influence from outliers.
1 | winsorize(x, method = "quantile", side = "both", fill = "bound")
|
x |
A numeric vector. |
method |
Default to "quantile". One of "quantile", "median", or "std". Or a numeric vector of length 2 specify lower and upper bounds. |
side |
Side to winsorize. Default to "both". "both", "right", or "left". |
fill |
Default "bound" to assign outliers to lower and (or) upper bounds, or "NA to assign outliers to be NA. |
A numeric vector.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.