Standard model-object accessors for a fit returned by gllvmTMB()
on long-format multivariate data. (Internally the fit has class
gllvmTMB_multi, which is what these S3 methods dispatch on, but
you just call print(fit), summary(fit), logLik(fit) etc.
as usual.)
Details
print()shows the active covstructs, the number of fixed effects, and the converged log-likelihood.summary()adds a fixed-effects table with SEs, the global and local trait correlation matrices, per-trait ICCs (manuscript Eq. 13), and global / local communalities (Eqs. 14-15).logLik()returns the converged maximum log-likelihood withdf = length(opt$par)andnobs = length(y), soAIC()andBIC()all work directly.
