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", ...)
or, more commonly, by a call to lmList
.
.Data
:Object of class "list"
, a list of
objects of class lm
call
:Object of class "call"
, the function call
used to create the lmList
object.
pool
:Object of class "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")
: show the object.
signature(object =
"lmList")
: update the fit.
signature(object =
"lmList.confint")
: plot the confidence intervals for each parameter.