normalize | R Documentation |
normalizes a vector
normalize(df, covariates)
df |
dataframe |
col |
columns to be normalized |
normalized columns of dataframe
{ Example with the preloaded mtcars dataset SVHM:::normalize(mtcars, c('disp', 'hp')) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.