| build_kronecker_precision | R Documentation |
For \Sigma_\alpha = \Sigma_{\mathrm{left}} \otimes \Sigma_{\mathrm{right}}
(column-stacking convention), returns
\sigma_\varepsilon^2 \cdot
(\Sigma_{\mathrm{left}}^{-1} \otimes \Sigma_{\mathrm{right}}^{-1})
which is added to crossprod(Z) inside the random-effect block of
the VCMM Hessian. This is the structured analogue of
(sigma_eps^2 / sigma_alpha^2) * I_q used under
re_cov = "diag".
build_kronecker_precision(Sigma_left, Sigma_right, sigma_eps)
Sigma_left |
A |
Sigma_right |
A |
sigma_eps |
Positive numeric. Residual standard deviation. |
A kG \times kG numeric matrix.
Jalili, L. and Lin, L.-H. (2025). Scalable and Communication-Efficient Varying Coefficient Mixed-Effects Models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.