Learn R Programming

sasLM (version 0.6.0)

Min: Min without NA

Description

minimum without NA values.

Usage

Min(x)

Arguments

x

a vector of numerics

Value

minimum value

Details

It removes NA in the input vector.