Learn R Programming

nestedpp (version 0.2.0)

q1: 1st quartile function

Description

Function to compute the first quartile

Usage

q1(data, ...)

Value

1st quartile value

Arguments

data

vector with the data

...

further arguments passed to or from other methods

Examples

Run this code
q1(1:10)

Run the code above in your browser using DataLab