Description Usage Arguments Details Value
Calculate the given quantiles of a matrix.
1 | quantileC(Trials, Probs)
|
Trials |
Integer matrix to calculate quantiles over |
Probs |
Vector of quantiles |
This function calculates the given quantiles over the rows of an integer matrix. It uses method 8 of the stat::quantiles() function. It gives the same result, to numerical accuracy, and is designed to handle matrix input. It is only designed to work on integer matrices!
Numeric Matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.