q25: Return the 25th percentile.

View source: R/quantiles.R

q25R Documentation

Return the 25th percentile.

Description

Return the 25th percentile.

Usage

q25(x, na.rm = FALSE, ...)

Arguments

x

numeric vector.

na.rm

logical; if true, any NA and NaN's are removed from x before the quantiles are computed

...

other parameters passed to quantile.

Value

the 25th percentile.


jbryer/PSAboot documentation built on Oct. 29, 2023, 10 a.m.