Learn R Programming

sasLM (version 1.0.1)

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 values from the input vector.