jepusto / lmeInfo

Information matrices for fitted nlme::lme and nlme::gls models
https://jepusto.github.io/lmeInfo/
4 stars 2 forks source link

Test and debug separate random effects #16

Closed jepusto closed 4 years ago

jepusto commented 4 years ago

Test and debug models with separate random effects at an inner grouping level, as in:

lme(fixed = outcome ~ session_c + treatment + session_trt,
       random = list( ~ 1 | school, ~ 1 | case, ~ 0 + session_c | case),
       correlation = corAR1(0, ~ session_c | school / case / case),
       data = Bryant2018)
jepusto commented 4 years ago

Closed by 1fae70e