q3: Return the Third Quartile

Description Usage Arguments Value Examples

Description

Return the Third Quartile

Usage

1
q3(x, na.rm = TRUE)

Arguments

x

Array of numeric data.

na.rm

logical. Should missing values (including NaN) be removed?

Value

A number representing the third quartile of the data in x.

Examples

1
q3(nycflights13::flights$distance)

ingels11/TableRExtracts documentation built on May 23, 2019, 8:50 a.m.