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.## S3 method for class 'augPred':
plot(x, key, grid, ...)
augPred
, xyplot
data(Orthodont)
fm1 <- lme(Orthodont)
plot(augPred(fm1, level = 0:1, length.out = 2))
Run the code above in your browser using DataLab