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 #133

Closed khusmann closed 4 years ago

khusmann 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!

tbates commented 4 years ago

Thanks! ... group is a work in progress. Also looking to give users simple options for controlling path labels across groups.