userfriendlyscience (version 0.7.2)

fullFact: fullFact

Description

This function provides a userfriendly interface to a number of advanced factor analysis functions in the psych package.

Usage

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

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

Run the code above in your browser using DataCamp Workspace