userfriendlyscience (version 0.5-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);
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace