-
formula
-
A symbolic description of the model to be fitted. If it
contains transformations of the data, including cbind for binomial data, a
dataframe must be supplied.
-
family
-
A description of the error distribution and link function to
be used in the model; see
family
for details.
-
A dataframe containing the variables in the model, that is
optional in simple cases, but required in certain situations as specified
elsewhere in this help page.
-
weights
-
An optional weight vector. If this is used, data must be
supplied in a data.frame.
-
offset
-
The known component in the linear predictor. If this is used,
data must be supplied in a data.frame. An offset cannot be specified in the
model formula.
-
The variable classifying observations by the unit (cluster)
upon which they were observed.
-
delta
-
If the response variable has been transformed, this is the
Jacobian of that transformation, so that AICs are comparable.
-
maxiter
-
The maximum number of iterations of the outer loop for
numerical integration.
-
points
-
The number of points for Gauss-Hermite integration of the
random effect.
-
print.level
-
If set equal to 2, the log probabilities are printed out
when the underflow error is given.
-
control
-
A list of parameters for controlling the fitting process.