View source: R/REML-ES-functions.R
Info_Expected_lmeAR1 | R Documentation |
Calculates the expected information matrix from a fitted linear mixed effects model with AR(1) correlation structure in the level-1 errors.
Info_Expected_lmeAR1(m_fit)
m_fit |
Fitted model of class lme, with AR(1) correlation structure at level 1. |
Expected Information matrix corresponding to variance components of m_fit
.
data(Laski)
Laski_RML <- lme(fixed = outcome ~ treatment,
random = ~ 1 | case,
correlation = corAR1(0, ~ time | case),
data = Laski)
Info_Expected_lmeAR1(Laski_RML)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.