Description Usage Arguments Value Examples
standardize
returns a copy of a vector that has been both centered and
scaled.
1 | standardize(x)
|
x |
a vector of numeric or integer values |
a vector of numeric values
1 2 | a <- c(5, 0, 5, 1, 2, 3, 0, 2, 2, 6)
standardize(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.