
Within-site covariance matrix Sigma_W (backward-compat wrapper)
Source:R/extractors.R
extract_Sigma_W.RdReturns \(\Sigma_W = \Lambda_W \Lambda_W^\top + \boldsymbol\Psi_W\) and the
correlation. Thin wrapper around extract_Sigma() with
level = "unit_obs". Prefer the unified interface for new code.
Arguments
- fit
A fit returned by
gllvmTMB().
See also
extract_Sigma() — the canonical unified API; pass
level = "unit_obs" for the same matrix.