Factor Analysis

factorAnalysisjmv(
  data,
  items,
  nFactorMethod = "eigen",
  nFactors = 1,
  minEigen = 1,
  extraction = "minres",
  rotation = "oblimin",
  colorLoadings = TRUE,
  screePlot = FALSE,
  eigen = FALSE,
  factorCor = FALSE,
  factorSummary = FALSE,
  modelFit = FALSE
)

Arguments

data

the data as a data frame

items

a vector of strings naming the variables of interest in data

nFactorMethod

.

nFactors

.

minEigen

.

extraction

.

rotation

.

colorLoadings

.

screePlot

.

eigen

.

factorCor

.

factorSummary

.

modelFit

.

Value

A results object containing:

results$loadingsa html
results$factorStats$factorSummarya table
results$factorStats$factorCora table
results$modelFit$fita table
results$eigen$initEigena table
results$eigen$screePlotan image