Return the 25th percentile.
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
.
Return the 25th percentile.
numeric vector.
logical; if true, any NA and NaN's are removed from x before the quantiles are computed
other parameters passed to quantile
.