tbates / umx

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

umxCP correlated common pathways #144

Closed tbates closed 3 years ago

tbates commented 3 years ago

Might be useful to allow user to add covariances common pathway factors (rather than among the distal causal a, c, e factors as supported now).

Would need to replace the nVar * nFac cp_loadings matrix with an algebra of the same name which would be filled using the product of a new cp_correlations matrix and a loadings matrix.

tbates commented 3 years ago

this idea (of mine) is ungood