trim.me: Trim data

View source: R/trim.me.R

trim.meR 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 Y.

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)

asbio documentation built on Aug. 20, 2023, 9:07 a.m.