View source: R/unsupervised-distance.R
| standardize_data | R Documentation |
Center and/or scale numeric variables
standardize_data(data, center = TRUE, scale = TRUE)
data |
A data frame or tibble |
center |
Logical; center variables? (default: TRUE) |
scale |
Logical; scale variables to unit variance? (default: TRUE) |
A tibble with standardized numeric variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.