interquartile_range: Interquartile Range

Description Usage Arguments Details

Description

Interquartile Range

Usage

1

Arguments

x

numeric vectors whose interquartile range is wanted

na.rm

logical; if true, any NA and NaN's are removed from x before the quantiles are computed.

Details

For some purposes, it is important to measure the variability of the centrally located values.

One approach is the interquartile range, which is just qu − ql , the difference between the upper and lower quartiles.

Notice that the interquartile range is insensitive to the more extreme values. The upper and lower quartiles are resistant to outliers, which means that the most extreme values do not affect the values of qu and ql. Consequently, the interquartile range is resistant to outliers as well.


shizidushu/fsrs documentation built on May 26, 2019, 4:32 a.m.