getWeightedQuantiles | R Documentation |
Finds multiple quantiles by repeatedly calling getWeightedQuantile
getWeightedQuantiles(tau, cvec, weights = NULL, norm = TRUE)
tau |
a vector of values between 0 and 1 |
cvec |
a vector to compute quantiles for |
weights |
the weights, weighted.checkfun normalizes the weights to sum to 1. |
norm |
normalize the weights so that they have mean of 1, default is to normalize |
vector of quantiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.