removeTwoNormCol.Rd
Remove two-norms column-wise from a matrix
removeTwoNormCol(df)
Matrix of loadings
Matrix of loadings where the column-wise 2-norm is 1.
A = array(rnorm(108*4), c(108,4)) Anorm = removeTwoNormCol(A)