The R Project SVN R-packages

Rev

Rev 6563 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6563 Rev 8417
Line 33... Line 33...
33
  determined by the grouping factor.
33
  determined by the grouping factor.
34
}
34
}
35
 
35
 
36
\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}
36
\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}
37
 
37
 
38
\seealso{\code{\link{augPred}}, \code{\link{xyplot}}}
38
\seealso{\code{\link{augPred}}, \code{\link[lattice]{xyplot}}}
39
 
39
 
40
\examples{
40
\examples{
41
fm1 <- lme(Orthodont)
41
fm1 <- lme(Orthodont)
42
plot(augPred(fm1, level = 0:1, length.out = 2))
42
plot(augPred(fm1, level = 0:1, length.out = 2))
43
}
43
}