IQR: Estimates the Interquartile range (IQR)

View source: R/utils_general.R

IQRR Documentation

Estimates the Interquartile range (IQR)

Description

This generic method dispatches to the stats::IQR function or the IQR.hermite_estimator_univar function depending on the class of x.

Usage

IQR(x, ...)

Arguments

x

A numeric vector or hermite_estimator_univar object.

...

Optional additional arguments.

Value

A numeric value.


hermiter documentation built on May 31, 2023, 6:30 p.m.