wvar: Function for Weighted variance estimation
Description
Function for Weighted variance estimation
Usage
wvar(X, wt, na.rm = FALSE)
Arguments
- X
The numeric data vector.
- wt
The non-negative weight vector.
- na.rm
The character indicator whether to consider missing value(s) or not. The default is FALSE.