q1: 1st quartile function

View source: R/tables.R

q1R Documentation

1st quartile function

Description

Function to compute the first quartile

Usage

q1(data, ...)

Arguments

data

vector with the data

...

further arguments passed to or from other methods

Value

1st quartile value

Examples

q1(1:10)


nestedpp documentation built on Jan. 5, 2023, 5:11 p.m.

Related to q1 in nestedpp...