mdsteiner / EFAtools

GNU General Public License v3.0
10 stars 3 forks source link

Problem with order of variances accounted for in SL #29

Closed sgrieder closed 4 years ago

sgrieder commented 4 years ago

Sample code where the problem occurs:

EFA_mod <- EFA(IDS2_R, N = 1991, n_factors = 5, type = "EFAtools", method = "PAF", rotation = "promax") SL_flex <- SL(EFA_mod$rot_loadings, Phi = EFA_mod$Phi, type = "EFAtools", method = "PAF") SL_EFAtools <- SL(EFA_mod, type = "EFAtools", method = "PAF")

SL_flex and SL_EFAtools should render identical outputs, but it doesn't...