weightedVar(x, w, na.rm=FALSE, center=NULL, ...)
colWeightedVars(x, w=NULL, na.rm=FALSE, ...)
rowWeightedVars(x, w=NULL, na.rm=FALSE, ...) weightedSd(...)
colWeightedSds(x, w=NULL, na.rm=FALSE, ...)
rowWeightedSds(x, w=NULL, na.rm=FALSE, ...)
x giving the weights
to use for each element of x. Negative weights are treated
as zero weights. Default value is equal weight to all values.numeric scalar.na.rm is TRUE, otherwise not.var.