trim.me {asbio} | R Documentation |
Trim data
Description
Trims observations above and below the central (1 - 2\lambda
) part of an an ordered vector of data.
Usage
trim.me(Y, trim = 0.2)
Arguments
Y |
A vector of quantitative data. |
trim |
Proportion (0-1) to be trimmed from each tail of an ordered version of |
Value
Returns a trimmed data vector.
Author(s)
Ken Aho
Examples
x<-c(2,1,4,5,6,2.4,7,2.2,.002,15,17,.001)
trim.me(x)
[Package asbio version 1.9-7 Index]