Learn R Programming

sasLM (version 0.9.4)

trimmedMean: Trimmed Mean

Description

Trimmed mean wrapping mean function .

Usage

trimmedMean(y, Trim=0.05)

Value

The value of trimmed mean

Arguments

y

a vector of numerics

Trim

trimming proportion. Default is 0.05

Author

Kyun-Seop Bae k@acr.kr

Details

It removes NA in the input vector.