Learn R Programming

sasLM (version 0.6.0)

Median: Median without NA

Description

median without NA values.

Usage

Median(x)

Arguments

x

a vector of numerics

Value

median value

Details

It removes NA in the input vector.