varimax_from_file: Varimax rotation from file Last mod: 4/2018, ksheu

View source: R/varimax_from_file.R

varimax_from_fileR Documentation

Varimax rotation from file Last mod: 4/2018, ksheu

Description

Writes out Varimax rotated loadings and scores

Usage

varimax_from_file(file.scores, file.loadings, comp = 2, normalize = T)

Arguments

file.scores

file for scores matrix (ex. output of PCA_from_file or PLSR_from_file)

file.loadings

file for scores matrix (ex. output of PCA_from_file or PLSR_from_file)

comp

number of components to perform rotation on

normalize

default = T Perform Kaiser normalization (rows scaled before normalization, and scaled back afterwards)


graeberlab-ucla/glab.library documentation built on Oct. 28, 2024, 10:48 a.m.