fullFact: fullFact

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
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.

Author(s)

Gjalt-Jorn Peters

Maintainer: Gjalt-Jorn Peters <gjalt-jorn@userfriendlyscience.com>

See Also

fa.parallel, vss

Examples

1
2
3
4
5
## Not run: 
  ### Not run to save processing during package testing
  fullFact(attitude);

## End(Not run)

Matherion/userfriendlyscience documentation built on May 7, 2019, 3:41 p.m.