iqrs | R Documentation |
Computes the IQR magnitude of a vector
iqrs(x, na.rm = FALSE)
x |
A vector of values |
na.rm |
Logical. If ‘TRUE', any 'NA' and 'NaN'’s are removed from 'x' before the median and quantiles are computed. |
iqrs(stats::rchisq(100, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.