Learn R Programming

sasLM (version 1.0.1)

Min: Min without NA

Description

Minimum without NA values.

Usage

Min(y)

Value

minimum value

Arguments

y

a vector of numerics

Author

Kyun-Seop Bae k@acr.kr

Details

It removes NA values from the input vector.