powered by
Promax rotation
PROMAX(loadings, ppower, verbose)
A loading matrix.
The exponent for the promax target matrix. 'ppower' must be 1 or greater. '4' is a conventional value.
Should detailed results be displayed in console? The options are: TRUE (default) or FALSE.
A list with the following elements:
The structure matrix (for promax rotation)
The pattern matrix (for promax rotation)
The correlations between the factors (for promax rotation)
# 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