Learn R Programming

sasLM (version 0.10.5)

QuartileRange: Inter-Quartile Range

Description

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

Usage

QuartileRange(y, Type=2)

Value

The value of an interquartile range

Arguments

y

a vector of numerics

Type

a type specifier to be passed to IQR function

Author

Kyun-Seop Bae k@acr.kr

Details

It removes NA in the input vector. Type 2 is SAS default, while Type 6 is SPSS default.