Learn R Programming

ACSWR (version 1.0)

TM: Trimmed Mean

Description

The trimean can be viewed as the average of median and average of the lower and upper quartiles. A fairly simply function is defined here.

Usage

TM(x)

Arguments

x
variable of interest

See Also

TMH, mean, median