Learn R Programming

demography (version 1.11)

median: Median

Description

Generic function for the median.

Usage

median(...)

Arguments

...
Arguments passed to specific methods.

Value

  • Refer to specific methods. For numeric vectors, see the median function in the stats package.

Details

The median function in the stats package is replaced by median.default.

See Also

median.demogdata