Learn R Programming

sasLM (version 0.10.5)

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