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

Description Usage Arguments

View source: R/varimax_from_file.R

Description

Writes out Varimax rotated loadings and scores

Usage

1
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)


KSheu/ksheu.lib documentation built on Oct. 14, 2020, 11:55 p.m.