iqrs: Inter Quartile Ranges

View source: R/stats.R

iqrsR Documentation

Inter Quartile Ranges

Description

Computes the IQR magnitude of a vector

Usage

iqrs(x, na.rm = FALSE)

Arguments

x

A vector of values

na.rm

Logical. If ‘TRUE', any 'NA' and 'NaN'’s are removed from 'x' before the median and quantiles are computed.

Examples

iqrs(stats::rchisq(100, 2))

jmbarbone/jordanExtra documentation built on April 13, 2025, 3:28 a.m.