lmList-class {lme4}R Documentation

Class "lmList"

Description

A list of objects of class lm with a common model.

Objects from the Class

Objects can be created by calls of the form new("lmList", ...).

Slots

.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.

Extends

Class "list", from data part. Class "vector", by class "list".

Methods

coef
signature(object = "lmList"): extract the coefficients for the linear models.
formula
signature(x = "lmList"): extract the formula used when creating the lmList object.
confint
signature(object = "lmList"): confidence intervals for the fitted linear models.
pooledSD
signature(object = "lmList"): the pooled standard deviation estimate from the fitted linear models.
show
signature(object = "lmList"): show the object.
update
signature(object = "lmList"): update the fit.


[Package lme4 version 0.995-2 Index]