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