Learn R Programming

matrixStats (version 0.1.5)

rowQuantiles: Estimates quantiles for each row (column) in a matrix

Description

Estimates quantiles for each row (column) in a matrix.

Usage

rowQuantiles(x, probs=seq(from=0, to=1, by=0.25), ..., drop=TRUE)
 colQuantiles(x, ...)

Arguments

x
probs
A numeric vector of J probabilities in [0,1].
...
Additional arguments passed to quantile.
drop
If TRUE, singleton dimensions in the result are dropped, otherwise not.

Value

See Also

quantile.