Learn R Programming

ldat (version 0.3.3)

median.lvec: Calculate the median of an lvec

Description

Calculate the median of an lvec

Usage

# S3 method for 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.