Gootjes
Gootjes
https://github.com/cjvanlissa/tidySEM/blob/9ada1d7be214b36a00b384a157bcf8f1c1d68d48/R/syntax-bifactor.R#L63-L75 The issue is that without any parameters to add_paths, it makes the cross-loading fixed at value 1, and estimates an intercept. I don't want either: latent variables have fixed...
Maybe I am using `measurement` not what it was intended for, but I expect this issue to crop up again when someone uses `add_paths`. Should I maybe change `bifactor` to...
> As per standard lavaan syntax, to specify equality constraints you could use: > > ``` > F=~a*x1 > F=~a*x2 > ``` > > I need to plan in some...
The implementation is not entirely complete because I ran into this unsolved issue #74 Let's not merge this yet. The mentioned issue is preventing me from imposing equality constraints in...
No problem!
Apparently multigroup LPA boils down to a variation of LTA (latent transition analysis)
Christian Geiser just uploaded a new video discussing multigroup LPA https://www.youtube.com/watch?v=RYNDokqZAQY&t=210s We "just" need to find a good example of LTA in openmx I guess :)
It occurs as the amount of classes go up, and I guess also because I set a time limit on the models. (Sidenote: with a time limit set to 1,...
No they also deprecated `memory.limit()` since R 4.2 Hmmm, maybe this is really the issue of R and Windows
Nice. Looking forward to the next version! And I hope I don't to look back to my old gamlj syntax.... :)