tbates / umx

Making Structural Equation Modeling (SEM) in R quick & powerful
https://tbates.github.io/
44 stars 17 forks source link

autoRun and tryHard not followed when using group option #132

Closed khstutoring closed 4 years ago

khstutoring commented 4 years ago

Hello, thanks for umx!

Just a small thing: When doing multigroup analyses with the group= option in umxRAM, it doesn't look like autoRun and tryHard aren't passed to the resulting supermodel.

So the only way I can prevent umxRAM from autorunning while using the group= option is by setting the global option against autorunning. Similarly, if I want to use tryHard, I disable autorun globally to prevent the model from running, and then manually call mxTryHard on the model myself.

Cheers!