wtd.median {ergm} | R Documentation |
Weighted Median
Description
Compute weighted median.
Usage
wtd.median(x, na.rm = FALSE, weight = FALSE)
Arguments
x |
Vector of data, same length as |
na.rm |
Logical: Should NAs be stripped before computation proceeds? |
weight |
Vector of weights |
Details
Uses a simple algorithm based on sorting.
Value
Returns an empirical .5 quantile from a weighted sample.
[Package ergm version 4.6.0 Index]