IQR.default: Estimates the Interquartile range (IQR)

View source: R/utils_general.R

IQR.defaultR 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.


MikeJaredS/hermiter documentation built on Sept. 7, 2024, 8:39 p.m.