weighted.quantile | R Documentation |
Compute weighted quantiles
weighted.quantile(x, probs = seq(0, 1, 0.25), w = NULL)
x |
numeric vector whose sample quantiles are wanted |
probs |
numeric vector of probabilities with values in [0,1] |
w |
a numerical vector of weights the same length as 'x' giving the weights to use for elements of 'x' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.