
Within-site covariance matrix Sigma_W (soft-deprecated compatibility 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().
Lifecycle
Soft-deprecated in 0.7.0. Existing calls continue to return the historical
Sigma_W / R_W names, but new code should use
extract_Sigma(fit, level = "unit_obs").
See also
extract_Sigma() — the canonical unified API; pass
level = "unit_obs" for the same matrix.