View source: R/factoranalysisjmv.h.R
factorAnalysisjmv | R Documentation |
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 )
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 |
. |
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 | ||||
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.