q1 {nestedpp} | R 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)
[Package nestedpp version 0.2.0 Index]