tbates / umx

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

Fix error when model included mxpath call with more than one label. #227

Closed lf-araujo closed 9 months ago

lf-araujo commented 9 months ago

Previous change didn't fix issue when a path had more than one label. Now I improved the regex to be more precise and check for any matches in list. This should cover all situations.