IQM: Obtains interquantile average for a defined 'x' vector and...

Description Usage Arguments Value Examples

View source: R/internal_functions.r

Description

Obtains interquantile average for a defined 'x' vector and both lower and upper quantiles

Usage

1
IQM(x, lowQ = 0.1, upQ = 0.9)

Arguments

x

numeric vector to compute interquantile average

lowQ

lower quantile

upQ

upper quantile

Value

(numeric) the IQM value

Examples

1
2
x <- rnorm(100)
IQM(x)

gonzolgarcia/svpluscnv documentation built on March 4, 2020, 10:06 a.m.