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
}
stamats/MKdescr documentation built on Feb. 24, 2024, 2:11 p.m.