standardise | R Documentation |
standardise
will transform all numeric variables so they have a mean
of 0 and a standard deviation of 1. This is also known as the z-score.
standardise(df)
df |
Data frame containing numeric variables. |
and Stuart K. Grange
scale
## Not run:
data_standardise <- standardise(data_csv)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.