Skip to contents

Returns \(\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.

Usage

extract_Sigma_W(fit)

Arguments

fit

A fit returned by gllvmTMB().

Value

A list with Sigma_W and R_W, or NULL.

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.