Description Usage Arguments Value
A function for reporting on the quality of factors from a series of factor analyses
1 2 | riverbarge(data, maxlatent = ncol(data), minlatent = 1, hicutoff = 0.5,
cutoff = 0.4, crosscutoff = 0.3)
|
data |
Data frame containing only variables to test. |
maxlatent |
Maximum number of latent variables to test. |
minlatent |
Minimum number of latent variables to test. |
hicutoff |
Loading necessary to be considered as part of a strong factor. |
cutoff |
Cutoff value for leaving a variable out of that factor analysis. |
crosscutoff |
Cutoff value for unacceptable crossloading. |
A data frame witha summary of the series of factor analyses: number of factors, number of crossloadings, number of strong, marginal, and weak factors, number of items in each factor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.