resampleHigh | R Documentation |
Resamples large values from the remaining values (useful in analyses containing suspucously high values which desrupt the analysis).
resampleHigh(x, high, trim = 0.1)
x |
is the vector to modify. |
high |
is the boundary classifying values as high values, defined by x/mean(x,trim=trim) (values larger than 'high' times the trimmed mean are defined as high values). |
trim |
is used in x/mean(x,trim=trim). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.