rescale_w_objects | R Documentation |
A little function to rescale data using vectors of means and sds
rescale_w_objects(data, mean_vector, sd_vector)
data |
dataframe or matrix for rescaling |
mean_vector |
vector of means to use for rescaling. Should be one value for each column in the data |
sd_vector |
vector of sds to use for rescaling. Should be one value for each column in the data |
Brian Maitner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.