The R Project SVN R

Rev

Rev 68948 | Rev 87388 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 72321
Line 47... Line 47...
47
  Pinheiro, J. C. and Bates, D. M. (2000) \emph{Mixed-effects Models in
47
  Pinheiro, J. C. and Bates, D. M. (2000) \emph{Mixed-effects Models in
48
    S and S-PLUS}, Springer.
48
    S and S-PLUS}, Springer.
49
}
49
}
50
\examples{
50
\examples{
51
require(stats); require(graphics)
51
require(stats); require(graphics)
52
\testonly{options(show.nls.convergence=FALSE)}
52
\dontshow{options(show.nls.convergence=FALSE)}
53
coplot(density ~ conc | Run, data = DNase,
53
coplot(density ~ conc | Run, data = DNase,
54
       show.given = FALSE, type = "b")
54
       show.given = FALSE, type = "b")
55
coplot(density ~ log(conc) | Run, data = DNase,
55
coplot(density ~ log(conc) | Run, data = DNase,
56
       show.given = FALSE, type = "b")
56
       show.given = FALSE, type = "b")
57
## fit a representative run
57
## fit a representative run