Displaying 1 result from an estimated 1 matches for "week2true".
2004 Jan 30
0
GLMM (lme4) vs. glmmPQL output (summary with lme4 revised)
....36 2.44e-01
I(week > 2)TRUE   -1.325  0.368 12.96 3.18e-04
--- glmm/repeated/J.K.Lindsey
            Estimate Std. Error z value Pr(>|z|)
(Intercept)   -3.569      0.549   -6.51  7.8e-11 ***
trtdrug        1.367      0.486    2.81  0.00490 **
trtdrug+       0.786      0.498    1.58  0.11408
week2TRUE      1.623      0.459    3.53  0.00041 ***
sd             1.294      0.250    5.17  2.3e-07 ***
---
---------------------------------------------------------------
data(bacteria,package="MASS")
UseMASS<-T # must restart R after changing because of nlme/lme4 clash
if (UseMASS){
  libr...