QuartileRange: Interquartile Range

View source: R/QuartileRange.R

QuartileRangeR Documentation

Interquartile Range

Description

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

Usage

  QuartileRange(y, Type=2)

Arguments

y

a vector of numerics

Type

a type specifier to be passed to the IQR function

Details

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

Value

The value of the interquartile range

Author(s)

Kyun-Seop Bae k@acr.kr


sasLM documentation built on June 15, 2026, 9:07 a.m.