winsor | R Documentation |
Convenience function to winsorize a vector.
winsor(x, u = NULL, l = NULL, uq = NULL)
x |
input vector |
u |
upper limit |
l |
lower limit |
uq |
the quantile for the upper limit. Used is u is NULL. |
winsorized vector
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.