Learn R Programming

PCovR (version 2.7.2)

tarrotob: Oblique target rotation

Description

Oblique target rotation

Usage

tarrotob(F1, W)

Value

T

Rotation matrix

A

Rotated matrix

Arguments

F1

Matrix to be rotated

W

Target binary matrix

Author

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

Examples

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

W <- matrix(rbinom(36,1,.4),12,3)
Px_r <- tarrotob(Px,W)
print(Px_r$A)

Run the code above in your browser using DataLab