standardize.genes {supclust} | R Documentation |
Standardization of Predictor Variables
Description
Standardizes each column (gene) of the x
-matrix to
zero mean and unit variance. This function is not to be called by the
user, the standardization is handled internally in pelora
.
Usage
standardize.genes(exmat)
Arguments
exmat |
Numeric matrix of explanatory variables ( |
Value
Returns a list containing:
x |
The standardized |
means |
Numeric vector of length |
sdevs |
Numeric vector of length |
Author(s)
Marcel Dettling, dettling@stat.math.ethz.ch
See Also
pelora
also for the references.
[Package supclust version 1.1-1 Index]