IQR.default: Estimates the Interquartile range (IQR)
Description
This creates a default generic method for the stats::IQR function.
Usage
# S3 method for default
IQR(x, ...)
Arguments
- x
A numeric vector.
- ...
Optional additional arguments to the stats::IQR function.