JenniNiku / gllvm

Generalized Linear Latent Variable Models
https://jenniniku.github.io/gllvm/
48 stars 19 forks source link

Multiple row effects #138

Closed BertvanderVeen closed 8 months ago

BertvanderVeen commented 9 months ago

PR that makes it possible to use multiple independent row-effects (i.e., crossed/nested and those with structures) in gllvm.

I sacrificed the "dependent.row" option to do this.

VA covariances are over the levels of the random effect now, and independent from the VA covariances for the latent variables. This is in to facilitate extending functionality in the future for correlation between multiple random intercepts.

BertvanderVeen commented 8 months ago

Going to close this and reopen with a different branch.