IQR {hermiter} | R Documentation |
This generic method dispatches to the stats::IQR function or the IQR.hermite_estimator_univar function depending on the class of x.
IQR(x, ...)
x |
A numeric vector or hermite_estimator_univar object. |
... |
Optional additional arguments. |
A numeric value.