Learn R Programming

hermiter (version 2.3.1)

IQR: 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, ...)

Value

A numeric value.

Arguments

x

A numeric vector or hermite_estimator_univar object.

...

Optional additional arguments.