Learn R Programming

sasLM (version 0.6.0)

Max: Max without NA

Description

maximum without NA values.

Usage

Max(x)

Arguments

x

a vector of numerics

Value

maximum value

Details

It removes NA in the input vector.