Learn R Programming

sasLM (version 0.5.0)

QuartileRange: Inter-Quartile Range

Description

Interquartile range (Q3 - Q1) with a conventional formula.

Usage

QuartileRange(x, Type=6)

Arguments

x

a vector of numerics

Type

a type specifier to be passed to IQR function

Value

The value of interquartile range

Details

It removes NA in the input vector.