q75: Returns the 75th percentile.

View source: R/quantiles.R

q75R Documentation

Returns the 75th percentile.

Description

Returns the 75th percentile.

Usage

q75(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 75th percentile.


PSAboot documentation built on Oct. 24, 2023, 1:06 a.m.