Description Usage Arguments Value
View source: R/factorAnalysis.R
computeFactorAnalysisWithBootstrappedCIs
1 | getBootstrapSamples(dat, nFactors, rotation, B = 5000)
|
dat |
data frame |
nFactors |
number of factors |
rotation |
rotation to use (either a literal matrix or string specifying analytic rotation, such as "varimax") |
B |
number of bootstrap replicates |
alpha |
(1-alpha) confidence interval returned |
bonferoniCorrect |
should bonferoni correction be applied in computing CIs? |
A list with two entries. The first is a list containing the bootstrap samples of the factor analysis; the second is a list containing the results of the factor analysis on the entire dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.