median.lvec: Calculate the median of an lvec

View source: R/partial_sort.R

median.lvecR Documentation

Calculate the median of an lvec

Description

Calculate the median of an lvec

Usage

## S3 method for class 'lvec'
median(x, na.rm = TRUE, ...)

Arguments

x

an object of type lvec.

na.rm

remove missing values before calculating the quantiles

...

ignored.

See Also

For more details see quantile.lvec.


djvanderlaan/ldat documentation built on Oct. 4, 2022, 7:01 p.m.