IQR.default {hermiter} | R Documentation |
Estimates the Interquartile range (IQR)
Description
This creates a default generic method for the stats::IQR function.
Usage
## Default S3 method:
IQR(x, ...)
Arguments
x |
A numeric vector. |
... |
Optional additional arguments to the stats::IQR function. |
Value
A numeric value.
[Package hermiter version 2.3.1 Index]