sphereX {bestglm} | R Documentation |
The data matrix is scaled and sphered so it is orthonormal. The Cholesky decomposition is used.
sphereX(X)
X |
|
sphered matrix
A. I. McLeod
data(longley)
longley.x <- data.matrix(longley[, 1:6])
sphereX(longley.x)