Info_Expected_lmeAR1 {scdhlm} | R Documentation |
Calculate expected information matrix
Description
Calculates the expected information matrix from a fitted linear mixed effects model with AR(1) correlation structure in the level-1 errors.
Usage
Info_Expected_lmeAR1(m_fit)
Arguments
m_fit |
Fitted model of class lme, with AR(1) correlation structure at level 1. |
Value
Expected Information matrix corresponding to variance components of m_fit
.
Examples
data(Laski)
Laski_RML <- lme(fixed = outcome ~ treatment,
random = ~ 1 | case,
correlation = corAR1(0, ~ time | case),
data = Laski)
Info_Expected_lmeAR1(Laski_RML)
[Package scdhlm version 0.7.3 Index]