powered by
This function calculates the condition number of the rescaled \(n x p\) design matrix \(X\) such that each column has unit length.
CNdiag(X)
Design matrix
a scalar giving the condition number of the rescaled design matrix
# NOT RUN { X <- matrix(rnorm(16), nrow = 4) CNdiag(X) # }
Run the code above in your browser using DataLab