This function computes the *interquartile mean*
of the x
values.
See the **Details** section below for further information.
Arguments
- x
(named) numerical vector
- i
(optional) numerical vector giving the position in
x
or character vector matching the names inx
. Ifmissing
ori = NULL
, the entirex
is considered for the computation of the score- na.rm
unused argument, provided for consistency with other functions.
NA
values are always removed fromx
before computation
Value
A numerical value representing the computed measure.
A default NA
value is returned if the score can't be
computed.