WeightedStdz: Computes Weighted Standardized Values

Description Usage Arguments Examples

Description

Computes weighted standardized values of data.

Usage

1

Arguments

x

a vector for which a set of standardized values is desired.

weights

a vector of weights to be used to determining weighted values of x.

Examples

1
2
3
4
 x <- sample(10,10)
 w <- sample(5,10, replace=TRUE)

WeightedStdz(x, w)

SciencesPo documentation built on May 29, 2017, 9:28 p.m.