QuartileRange: Inter-Quartile Range

View source: R/QuartileRange.R

QuartileRangeR Documentation

Inter-Quartile 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 IQR function

Details

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

Value

The value of an interquartile range

Author(s)

Kyun-Seop Bae k@acr.kr


sasLM documentation built on June 22, 2024, 6:55 p.m.