R/iqr.R

Defines functions iqr

Documented in iqr

iqr <- function(x) diff(quantile(x,c(0.25,0.75),na.rm=TRUE))

Try the LPE package in your browser

Any scripts or data that you put into this service are public.

LPE documentation built on Nov. 8, 2020, 5:25 p.m.