Learn R Programming

ftsa (version 1.6)

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.fts