powered by
Analyze fa objects.
# S3 method for principal analyze(x, labels = NULL, treshold = "max", ...)
An psych object.
Supply a additional column with e.g. item labels.
'max' or numeric. The treshold over which to associate an item with its component.
Arguments passed to or from other methods.
output
# NOT RUN { library(psycho) library(psych) x <- psych::pca(psych::Thurstone.33, 2) results <- analyze(x) print(results) summary(results) # }
Run the code above in your browser using DataLab