View source: R/SortQuantiles.R
SortQuantiles | R Documentation |
This function sorts quantiles so that q1<q2<q3<...
SortQuantiles(data, Limits = NULL)
data |
A |
Limits |
A |
The method use in the production of multiple quantiles may not guarantee that quantiles are (non-strictly) increasing, which is necessary if combining quantiles to form a cumulative distribution function. Similarly, the quantiles may not respect the boundaries of the target variable. This function re-orders quantiles and constrains them to the user-specified limits.
A MultiQR, data.frame
object with (non-strictly) increasing quanitles.
Jethro Browell, jethro.browell@strath.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.