Learn R Programming

sasLM (version 0.10.5)

Median: Median without NA

Description

median without NA values.

Usage

Median(y)

Value

median value

Arguments

y

a vector of numerics

Author

Kyun-Seop Bae k@acr.kr

Details

It removes NA in the input vector.