Rev 1330 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{lmList-class}\docType{class}\alias{lmList-class}\alias{coef,lmList-method}\alias{formula,lmList-method}\alias{confint,lmList-method}\alias{plot,lmList-method}\alias{pooledSD,lmList-method}\alias{show,lmList-method}\alias{update,lmList-method}\alias{plot,lmList.confint-method}\title{Class "lmList"}\description{A list of objects of class \code{lm} with a common model.}\section{Objects from the Class}{Objects can be created by calls of the form \code{new("lmList", ...)}.}\section{Slots}{\describe{\item{\code{.Data}:}{Object of class \code{"list"}, a list ofobjects of class \code{lm}}\item{\code{call}:}{Object of class \code{"call"}, the function callused to create the \code{lmList} object.}\item{\code{pool}:}{Object of class \code{"logical"}, if TRUE thencalculate the pooled standard deviation estimate when displayingthe object.}}}\section{Extends}{Class \code{"list"}, from data part.Class \code{"vector"}, by class "list".}\section{Methods}{\describe{\item{coef}{\code{signature(object = "lmList")}: extract thecoefficients for the linear models.}\item{formula}{\code{signature(x = "lmList")}: extract the formulaused when creating the lmList object.}\item{confint}{\code{signature(object = "lmList")}: confidenceintervals for the fitted linear models.}\item{pooledSD}{\code{signature(object = "lmList")}: the pooledstandard deviation estimate from the fitted linear models.}\item{\link[methods:show]{show}}{\code{signature(object ="lmList")}: show the object.}\item{\link[base:update]{update}}{\code{signature(object ="lmList")}: update the fit.}}}\keyword{classes}