Learn R Programming

EFA.dimensions (version 0.1.6)

PROMAX: Promax rotation

Description

Promax rotation

Usage

PROMAX(loadings, ppower, verbose)

Arguments

loadings

A loading matrix.

ppower

The exponent for the promax target matrix. 'ppower' must be 1 or greater. '4' is a conventional value.

verbose

Should detailed results be displayed in console? The options are: TRUE (default) or FALSE.

Value

A list with the following elements:

structure

The structure matrix (for promax rotation)

pattern

The pattern matrix (for promax rotation)

correls

The correlations between the factors (for promax rotation)

Examples

Run this code
# NOT RUN {
loadings <- PCA(data_NEOPIR, corkind='pearson', Nfactors = 5, rotate='none', verbose=TRUE)

PROMAX(loadings, ppower = 3, verbose=TRUE)
# }

Run the code above in your browser using DataLab