q3 {nestedpp} | R Documentation |
3st quartile function
Description
Function to compute the third quartile
Usage
q3(data, ...)
Arguments
data |
vector with the data |
... |
further arguments passed to or from other methods |
Value
3st quartile value
Examples
q3(1:10)
[Package nestedpp version 0.2.0 Index]