Description Usage Arguments Value
Computes row- or columnwise quantiles. The computation mimics the default computation of stat's quantile function (type 7).
1 | matQuantile(x, margin = 1, probs = 0.5)
|
x |
Numeric Matrix or data.frame. |
margin |
Scalar giving the subscripts which the function will be applied over, such as in apply. 1 indicates rows (default), 2 indicates columns. |
probs |
Vector of quantiles to compute, default is 0.5. |
Vector of row-/columnwise quantiles specified in probs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.