winsorize | R Documentation |
Winsorize a vector
winsorize(x, pmin = 0.01, pmax = 0.99)
x |
a numeric vector. |
pmin |
the lowest percentile. |
pmax |
the upper percentile. |
winsorized numeric
vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.