weighted.meanNA {latrend} | R Documentation |
Weighted arithmetic mean ignoring NAs
Description
Weighted arithmetic mean ignoring NAs
Usage
weighted.meanNA(x, w, ...)
Arguments
x |
an object containing the values whose weighted mean is to be computed. |
w |
a numerical vector of weights the same length as |
... |
arguments to be passed to or from methods. |
[Package latrend version 1.6.1 Index]