Description Usage Arguments Value Examples
View source: R/internal_functions.r
Obtains interquantile average for a defined 'x' vector and both lower and upper quantiles
1 | IQM(x, lowQ = 0.1, upQ = 0.9)
|
x |
numeric vector to compute interquantile average |
lowQ |
lower quantile |
upQ |
upper quantile |
(numeric) the IQM value
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.