powered by
This function provides a userfriendly interface to a number of advanced factor analysis functions in the psych package.
psych
fullFact(dat = NULL, items = NULL, rotate = "oblimin")
Datafile to analyse; if NULL, a pop-up is provided to select a file.
Which variables (items) to factor-analyse. If NULL, all are selected.
Which rotation to use (see psych package).
The outcomes, which are printed to the screen unless assigned.
fa.parallel, vss
fa.parallel
vss
# NOT RUN { ### Not run to save processing during package testing fullFact(attitude); # }
Run the code above in your browser using DataLab