Rdocumentation
powered by
Learn R Programming
mdatools (version 0.7.0)
prep.autoscale: Autoscale values
Description
Autoscale (mean center and standardize) values in columns of data matrix.
Usage
prep.autoscale(data, center = T, scale = F)
Arguments
data
a matrix with data values
center
a logical value or vector with numbers for centering
scale
a logical value or vector with numbers for weighting
Value
data matrix with processed values