R/sIQR.R

Defines functions sIQR

Documented in sIQR

sIQR <- function(x, na.rm = FALSE, type = 7, constant = 2*qnorm(0.75)){
  IQR(x, na.rm = na.rm, type = type)/constant
}

Try the MKmisc package in your browser

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

MKmisc documentation built on Nov. 20, 2022, 1:05 a.m.