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.


hermiter documentation built on May 29, 2024, 2:09 a.m.