| prep.center | R Documentation |
Centering data columns.
prep.center(data, type = "mean", center = NULL)
data |
a matrix with data values. |
type |
type of statistic to use for centering ('mean', or 'median'). |
center |
do not use, required for training of preprocessing model. |
preprocessed data matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.