Skip to contents

My Other median

Usage

my_other_median(x, na.rm = TRUE)

Arguments

x

Vector of Numeric values

na.rm

a logical value indicating whether NA values should be stripped before the computation proceeds.

Value

Median of vector x

Examples

my_other_median(1:12)
#> [1] 6.5