trimean: Tukey's trimean

Description Usage Arguments Value References

View source: R/trimean.R

Description

Compute the trimean of a numeric vector x.

Usage

1
trimean(x, na_rm = FALSE, ...)

Arguments

x

numeric. A numeric vector.

na_rm

logical. Should missing values be removed before computing the trimean?

...

Additional arguments to be passed to quantile().

Value

A numeric value, the trimean.

References

https://en.wikipedia.org/wiki/Trimean


statip documentation built on Nov. 18, 2019, 1:06 a.m.