Learn R Programming

FastHCS (version 0.0.7)

signFlip: Carries out the signflip adjustment of a loadings matrix

Description

This function solves the sign indeterminancy of the loadings by setting the maximum element in a singular vector to be positive.

Usage

signFlip(loadings)

Arguments

loadings

A matrix of loadings.

Value

An (eventually sign flipped) loadings matrix.

Examples

Run this code
# NOT RUN {
x<-diag(10)
x[1,1]<--2
W<-signFlip(x)
W[1,1]
# }

Run the code above in your browser using DataLab