IQR {hermiter} | R 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.
[Package hermiter version 2.3.1 Index]