Description Usage Arguments Details Author(s) Examples
Standardize data
1 | scale_fonct(x)
|
x |
a dataframe column |
For each values in x, subtract x with the mean and divide by the standard deviation
Sami Ait Tilat, Afaf Ben Haj, Marie Vachet
1 2 3 4 5 | ## Not run:
data(airquality)
scale_fonct(airquality$Temp)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.