Arguments
x
an object inheriting from class lmList
, representing
a list of lm
objects with a common model.
form
an optional one-sided formula specifying the desired type of
plot. Any variable present in the original data frame used to obtain
x
can be referenced. In addition, x
itself
can be referenced in the formula using the symb
label
an optional character vector of labels for the variables
in the pairs plot.
id
an optional numeric value, or one-sided formula. If given as
a value, it is used as a significance level for an outlier
test based on the Mahalanobis distances of the estimated random
effects. Groups with random effects distances greater than the
idLabels
an optional vector, or one-sided formula. If given as a
vector, it is converted to character and used to label the
points identified according to id
. If given as a
one-sided formula, its right hand side must evaluate to a vector
w
grid
an optional logical value indicating whether a grid should
be added to plot. Default is FALSE
.
...
optional arguments passed to the Trellis plot function.