Rev 6562 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/plot.augPred.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{plot.augPred}\title{Plot an augPred Object}\usage{\method{plot}{augPred}(x, key, grid, \dots)}\alias{plot.augPred}\arguments{\item{x}{an object of class \code{"\link{augPred}"}.}\item{key}{an optional logical value, or list. If \code{TRUE}, a legendis included at the top of the plot indicating which symbols (colors)correspond to which prediction levels. If \code{FALSE}, no legendis included. If given as a list, \code{key} is passed down as anargument to the \code{trellis} function generating the plots(\code{xyplot}). Defaults to \code{TRUE}.}\item{grid}{an optional logical value indicating whether a grid shouldbe added to plot. Default is \code{FALSE}.}\item{\dots}{optional arguments passed down to the \code{trellis}function generating the plots.}}\description{A Trellis \code{xyplot} of predictions versus the primary covariate isgenerated, with a different panel for each value of the groupingfactor. Predicted values are joined by lines, withdifferent line types (colors) being used for each level ofgrouping. Original observations are represented by circles.}\value{A Trellis plot of predictions versus the primary covariate, with panelsdetermined by the grouping factor.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{augPred}}, \code{\link{xyplot}}}\examples{fm1 <- lme(Orthodont)plot(augPred(fm1, level = 0:1, length.out = 2))}\keyword{models}