signFlip {FastHCS} | R Documentation |
This function solves the sign indeterminancy of the loadings by setting the maximum element in a singular vector to be positive.
signFlip(loadings)
loadings |
A matrix of loadings. |
An (eventually sign flipped) loadings matrix.
Kaveh Vakili
x<-diag(10) x[1,1]<--2 W<-signFlip(x) W[1,1]