signFlip: Carries out the signflip adjustment of a loadings matrix

Description Usage Arguments Value Author(s) Examples

View source: R/FastHCS.R

Description

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

Usage

1

Arguments

loadings

A matrix of loadings.

Value

An (eventually sign flipped) loadings matrix.

Author(s)

Kaveh Vakili

Examples

1
2
3
4
x<-diag(10)
x[1,1]<--2
W<-signFlip(x)
W[1,1]

Example output

Loading required package: matrixStats
Loading required package: robustbase

Attaching package: 'robustbase'

The following objects are masked from 'package:matrixStats':

    colMedians, rowMedians

[1] 2

FastHCS documentation built on July 8, 2020, 7:14 p.m.