Cc {ThreeWay} | R Documentation |
Columnwise centering of a matrix
Description
Computation of a columnwise centered version of a matrix.
Usage
Cc(A)
Arguments
A |
Matrix of any order |
Value
Ac |
Matrix columnwise centered |
Author(s)
Maria Antonietta Del Ferraro mariaantonietta.delferraro@yahoo.it
Henk A.L. Kiers h.a.l.kiers@rug.nl
Paolo Giordani paolo.giordani@uniroma1.it
See Also
Examples
X <- matrix(rnorm(6*3),ncol=3)
Y <- Cc(X)
apply(Y,2,mean)
[Package ThreeWay version 1.1.3 Index]