computeFactorAnalysis: Compute a factor analysis using the SVD method

Description Usage Arguments

View source: R/factorAnalysis.R

Description

Compute a factor analysis using the SVD method

Usage

1
computeFactorAnalysis(nFactors, corMat, rotation)

Arguments

nFactors

number of factors to use

corMat

correlation matrix

rotation

which rotation to use. Can pass a rotation matrix, or alternately a string representing a rotation (e.g., "varimax").


Timothy-Barry/coproanalysis documentation built on Feb. 12, 2020, 7:33 a.m.