stand2 {lpda} | R Documentation |
stand2 center and scale a data matrix with the parameters of another one
Description
stand2
center and scale a data matrix with the parameters of another one
Usage
stand2(X, X2)
Arguments
X |
the data matrix from which mean and standard deviation is computed |
X2 |
the data matrix to center and scale |
Value
Scaled X2 data matrix
[Package lpda version 1.0.1 Index]