CNdiag {indirect} | R Documentation |
This function calculates the condition number of the rescaled n x
p
design matrix X
such that each column has unit length.
CNdiag(X)
X |
Design matrix |
a scalar giving the condition number of the rescaled design matrix
X <- matrix(rnorm(16), nrow = 4)
CNdiag(X)