Description Usage Arguments Details
Interquartile Range
1 | interquartile_range(x, na.rm = FALSE)
|
x |
numeric vectors whose interquartile range is wanted |
na.rm |
logical; if true, any |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.