standardize_vector | R Documentation |
To calculate the Z-score using variance normalization, the formula is as follows:
Z = \frac{(x - mean(x))}{sd(x)}
standardize_vector(x)
x |
A numeric vector |
A standardized numeric vector
standardize_vector(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.