iqr: Interquartile range with default type = 2

Description Usage Arguments Value

View source: R/sharedSupport.r

Description

Returns interquartile range (75 distribution) of the specified data. Quantile calculation type 2 matches SAS to within 10^-6 100 the R documentation which specifies type 3 imitates SAS. FWIW, type 5 differs from SAS only 7

Usage

1
iqr(x, method = 2)

Arguments

x

numeric vector

Value

the interquartile range


jasonelaw/nrsa documentation built on Nov. 8, 2019, 11:34 a.m.