Plot an augPred Object

DESCRIPTION:

A Trellis xyplot of predictions versus the primary covariate is generated, with a different panel for each value of the grouping factor. Predicted values are joined by lines, with different line types (colors) being used for each level of grouping. Original observations are represented by circles.

USAGE:

plot(x, key, grid, ...) 

REQUIRED ARGUMENTS:

x
an object of class augPred.

OPTIONAL ARGUMENTS:

key
an optional logical value, or list. If TRUE, a legend is included at the top of the plot indicating which symbols (colors) correspond to which prediction levels. If FALSE, no legend is included. If given as a list, key is passed down as an argument to the trellis function generating the plots ( xyplot). Defaults to TRUE.
grid
an optional logical value indicating whether a grid should be added to plot. Defaults to FALSE.
...
optional arguments passed down to the trellis function generating the plots.

VALUE:

A Trellis plot of predictions versus the primary covariate, with panels determined by the grouping factor.

SEE ALSO:

,

EXAMPLES:

fm1 <- lme(Orthodont) 
plot(augPred(fm1, level = 0:1, length.out = 2))