median.lvec: Calculate the median of an lvec

Description Usage Arguments See Also

View source: R/partial_sort.R

Description

Calculate the median of an lvec

Usage

1
2
## 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.


ldat documentation built on March 26, 2020, 7:59 p.m.

Related to median.lvec in ldat...