q1: Return the First Quartile

Description Usage Arguments Value Examples

Description

Return the First Quartile

Usage

1
q1(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 first quartile of the data in x.

Examples

1
q1(nycflights13::flights$distance)

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