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")

Arguments

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 psych package).

Value

The outcomes, which are printed to the screen unless assigned.

See also

fa.parallel, vss

Examples

# NOT RUN {
  ### Not run to save processing during package testing
  fullFact(attitude);
# }