wtd.quantile | R Documentation |
Compute weighted quantile
wtd.quantile (x, q=0.5, na.rm = FALSE, weight=NULL)
x |
Vector of data, same length as |
q |
Quantile to compute |
na.rm |
Logical: Should NAs be stripped before computation proceeds? |
weight |
Vector of weights. If NULL, the default, weights are not used. |
Uses a simple algorithm based on sorting.
Returns an empirical q quantile from a weighted sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.