standardization | R Documentation |
This function takes a vector as input and returns the standardization of that vector.
standardization(x)
x |
A vector. |
The standardization of the vector.
x <- c(1, 2, 3)
standardization(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.