QuartileRange {sasLM}R 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


[Package sasLM version 0.10.3 Index]