BSkyFactorAnalysis | R Documentation |
Perform maximum-likelihood factor analysis on a covariance matrix or data matrix and generates a screeplot. Calls the function factanal in the stats package.
BSkyFactorAnalysis(
vars,
autoextraction = TRUE,
factors = 1,
rotation = "varimax",
saveScores = FALSE,
screeplot = FALSE,
scores = "none",
prefixForScores = "",
dataset,
excludeEnvPrefix = FALSE
)
vars |
One or more numeric variables to extract factors from. |
autoextraction |
Automatically determine the number factors or extract specific numbers of factors. |
rotation |
determine the type of rotation and takes one of the values (none, quartimax, geominT, varimax, oblimin, simplimax, promax, geominQ and bentlerQ) |
saveScores |
saves the factor scores in the dataset |
screeplot |
If TRUE generates a screeplot. |
dataset |
The dataset from which the 'vars' have been picked. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.