Learn R Programming

sasLM (version 1.0.1)

Max: Max without NA

Description

Maximum without NA values.

Usage

Max(y)

Value

maximum value

Arguments

y

a vector of numerics

Author

Kyun-Seop Bae k@acr.kr

Details

It removes NA values from the input vector.