calculate.quantiles | R Documentation |
Calculates the quantile for each of a list of numbers, can be provided a list of numbers that it will round the percentile to. That should be useful for using the correct quantile from the quantile regression to correct the output.variable.
calculate.quantiles(input.vector, possible.values = NULL)
input.vector |
Vector of numbers to calculate quantiles for. |
possible.values |
The values that the quantiles will be rounded to. |
Vector of quantiles the same size as input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.