glmmPQL(fixed, random, family, data, correlation, weights,
dispersion = NULL, control, niter = 10, verbose = T, ...)
glm.
lme. (This is modified in the S version
but passed unchanged in the R version.)
lme.
"lme": see
lmeObject
.
Schall, R. (1991) Estimation in generalized linear models with
random effects.
Biometrika
78, 719-727.
Breslow, N. E. and Clayton, D. G. (1993) Approximate inference in
generalized linear mixed models.
Journal of the American Statistical Association
88, 9-25.
Wolfinger, R. and O'Connell, M. (1993) Generalized linear mixed models: a
pseudo-likelihood approach.
Journal of Statistical Computation and Simulation
48, 233-243.
summary(glmmPQL(y ~ trt + I(week > 2), random = ~ 1 | ID,
family = binomial, data = bacteria))