Usage
glmmPQL(fixed, random, family, data, correlation, weights,
control, niter = 10, verbose = TRUE, …)Arguments
fixed
a two-sided linear formula giving fixed-effects part of the model.
random
a formula or list of formulae describing the random effects.
data
an optional data frame used as the first place to find
variables in the formulae, weights and if present in
…, subset.
correlation
an optional correlation structure.
weights
optional case weights as in glm.
control
an optional argument to be passed to lme.
niter
maximum number of iterations.
verbose
logical: print out record of iterations?
…
Further arguments for lme.