View source: R/general.purpuse.utilities.R
trimQ | R Documentation |
Sets all values of x below qth quantile to the quantile. Sets all values of x above (1-q)th quantile to the quantile.
trimQ(x, q)
x |
numeric vector |
q |
quantile |
corrected x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.