factorAnalysisjmv {rosetta} | R Documentation |
Factor Analysis
Description
Factor Analysis
Usage
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
|
nFactorMethod |
. |
nFactors |
. |
minEigen |
. |
extraction |
. |
rotation |
. |
colorLoadings |
. |
screePlot |
. |
eigen |
. |
factorCor |
. |
factorSummary |
. |
modelFit |
. |
Value
A results object containing:
results$loadings | a html | ||||
results$factorStats$factorSummary | a table | ||||
results$factorStats$factorCor | a table | ||||
results$modelFit$fit | a table | ||||
results$eigen$initEigen | a table | ||||
results$eigen$screePlot | an image | ||||
[Package rosetta version 0.3.12 Index]