Learn R Programming

sasLM (version 0.6.0)

Range: Range

Description

The range, maximum - minimum, as a scalar value.

Usage

Range(x)

Arguments

x

a vector of numerics

Value

A scalar value of range

Details

It removes NA in the input vector.