Last chance! 50% off unlimited learning
Sale ends in
GLMM(formula, family, data, random, ...)
glm
.subset
and na.action
."lme"
: see ssclme-class
.GLMM
.
[object Object],[object Object],[object Object],[object Object],[object Object]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.
lme
data(guImmun)
fm1 <-
GLMM(immun ~ kid2p + mom25p + ord + ethn +
momEd + husEd + momWork + rural + pcInd81,
family = binomial, data = guImmun, random = ~1|comm)
summary(fm1)
Run the code above in your browser using DataLab