trim.me | R Documentation |
Trims observations above and below the central (1 - 2\lambda
) part of an an ordered vector of data.
trim.me(Y, trim = 0.2)
Y |
A vector of quantitative data. |
trim |
Proportion (0-1) to be trimmed from each tail of an ordered version of |
Returns a trimmed data vector.
Ken Aho
x<-c(2,1,4,5,6,2.4,7,2.2,.002,15,17,.001)
trim.me(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.