wvar: Weighted variance estimation

View source: R/zzzz.R

wvarR Documentation

Weighted variance estimation

Description

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 wether to consider missing value(s) or not. The defult is FALSE.


cenROC documentation built on March 31, 2023, 5:19 p.m.

Related to wvar in cenROC...