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