| apply_rotation_promax | R Documentation |
Supports "promax" (via stats::promax) and GPArotation
methods ("varimax", "oblimin", etc.). Transforms the
discrimination matrix a, the latent trait matrix theta,
and the correlation matrix Corr accordingly.
apply_rotation_promax(a, theta, Corr, rotate, D, promax_m = 4)
a |
|
theta |
|
Corr |
|
rotate |
Rotation method name (character). |
D |
Number of dimensions. |
promax_m |
Power parameter for |
A named list with components a, theta, Corr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.