Rev 251 | Rev 4679 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: plot.intervals.lmList.Rd,v 1.9.2.1 2003/04/17 22:28:45 bates Exp $\name{plot.intervals.lmList}\title{Plot lmList Confidence Intervals}\usage{\method{plot}{intervals.lmList}(x, \dots)}\alias{plot.intervals.lmList}\arguments{\item{x}{an object inheriting from class \code{intervals.lmList},representing confidence intervals and estimates for the coefficientsin the \code{lm} components of the \code{lmList} object used toproduce \code{x}.}\item{\dots}{optional arguments passed to the Trellis \code{dotplot}function.}}\description{A Trellis dot-plot of the confidence intervals on the linear modelcoefficients is generated, with a different panel for eachcoefficient. Rows in the dot-plot correspond to the names of the\code{lm} components of the \code{lmList} object used to produce\code{x}. The lower and upper confidence limits are connected bya line segment and the estimated coefficients are marked with a\code{"+"}. The Trellis function \code{dotplot} is used in this methodfunction.}\value{a Trellis plot with the confidence intervals on the coefficients ofthe individual \code{lm} components of the \code{lmList} thatgenerated \code{x}.}\author{Jose Pinheiro \email{Jose.Pinheiro@pharma.novartis.com} and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{intervals.lmList}}, \code{\link{lmList}},\code{\link{dotplot}}}\examples{fm1 <- lmList(distance ~ age | Subject, Orthodont)plot(intervals(fm1))}\keyword{models}