promin: Promin rotation

View source: R/promin.R

prominR Documentation

Promin rotation

Description

This is a rotation criterion, developed by Lorenzo-Seva (1999), in which oblique target rotation (tarrotob) is applied using the Weighted Varimax solution (wvarim) as the target matrix.

Usage

promin(F1, nrs = 20)

Arguments

F1

Matrix to be rotated

nrs

Number of random starts

Value

Th

Transformation matrix to the pattern

loadings

Rotated matrix

U

Transformation matrix to the structure

Author(s)

Marlies Vervloet (marlies.vervloet@ppw.kuleuven.be)

References

Lorenzo-Seva, U. (1999). Promin: A method for oblique factor rotation. Multivariate Behavioral Research, 34(3), 347-365.

Marlies Vervloet, Henk A. Kiers, Wim Van den Noortgate, Eva Ceulemans (2015). PCovR: An R Package for Principal Covariates Regression. Journal of Statistical Software, 65(8), 1-14. URL http://www.jstatsoft.org/v65/i08/.

Examples

Px <- matrix(rnorm(36),12,3)
print(Px)

Px_r <- promin(Px)
print(Px_r$loadings)

PCovR documentation built on Oct. 26, 2023, 9:06 a.m.