| lmList-class {lme4} | R Documentation |
A list of objects of class lm with a common model.
Objects can be created by calls of the form new("lmList", ...).
.Data:"list", a list of
objects of class lmcall:"call", the function call
used to create the lmList object.pool:"logical", if TRUE then
calculate the pooled standard deviation estimate when displaying
the object.
Class "list", from data part.
Class "vector", by class "list".
signature(object = "lmList"): extract the
coefficients for the linear models.signature(x = "lmList"): extract the formula
used when creating the lmList object.signature(object = "lmList"): confidence
intervals for the fitted linear models.signature(object = "lmList"): the pooled
standard deviation estimate from the fitted linear models.signature(object =
"lmList"): show the object.signature(object =
"lmList"): update the fit.