update.glme
object
glme
update(object, fixed, data, random, family, correlation, weights, dispersion, start, subset, method, na.action, control, verbose)
fm1 <- glme(resp ~ trt, Clinic, ~ 1 | clinic, family=binomial) fm2 <- update(fm1, random = ~ 1 | clinic/trt)