cent.norm {SYNCSA} | R Documentation |
Matrix centralization and standardization
Description
Internal function for centralization and standardization in a matrix.
Usage
cent.norm(x, na.rm = FALSE)
Arguments
x |
A matrix |
na.rm |
Logical argument (TRUE or FALSE) to specify if missing observations are removed (Default na.rm = FALSE). |
Author(s)
Vanderlei Julio Debastiani <vanderleidebastiani@yahoo.com.br>
See Also
[Package SYNCSA version 1.3.4 Index]