Description Usage Arguments Examples
Computes weighted standardized values of data.
1 | WeightedStdz(x, weights = NULL)
|
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 |
1 2 3 4 | x <- sample(10,10)
w <- sample(5,10, replace=TRUE)
WeightedStdz(x, w)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.