weighted {familial} | R Documentation |
Assorted weighted statistics unavailable in base R.
weighted.median(x, w)
weighted.mad(x, w)
x |
a numeric vector of data |
w |
a numeric vector of weights |
A length-one numeric vector.
Ryan Thompson <ryan.thompson1@unsw.edu.au>