Description Usage Arguments Details Value Author(s)
This function winsorizes an input numeric vector
1 2 |
x |
a numeric vector |
method |
method of winsorization. |
k |
only applicable if method=="IQR". Specifies a number of interquartile ranges from each quartile that define the winsorization limits. |
fraction |
only applicable if method=="PERC" |
na.rm |
omit missing values? Default is TRUE. |
trim |
Trim extreme values rather setting them to a limit values? Default is FALSE |
.. TODO ..
winsorized numeric vector
Janko Cizel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.