standardize {MetabolAnalyze} | R Documentation |
A function to scale covariates so that they lie in [0,1] for reasons of stability and convergence of the EM algorithm.
standardize(Covars)
Covars |
An N x L matrix containing the L covariates of each of N observations. |
A function to scale covariates so that they lie in [0,1] for reasons of stability and convergence of the EM algorithm. Care must be taken with categorical covariates: see ppcca.metabol
for further information.
Covars |
A standardized version of the input matrix of covariates. |
Nyamundanda Gift, Isobel Claire Gormley and Lorraine Brennan